diff options
author | fvogel <fvogelnew1@free.fr> | 2016-10-30 18:03:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-10-30 18:03:42 (GMT) |
commit | ce1ffe482eddaadc89c0622cb6b5df3ac11db9da (patch) | |
tree | d8e3fcf0e54904098a69830a8b0f01ae98d12eba /tests | |
parent | 3777c7414cf7ce927a2e71969018eab91f98815b (diff) | |
parent | 3938426eec1ec1156da28475d2802ea2aa706fe5 (diff) | |
download | tk-ce1ffe482eddaadc89c0622cb6b5df3ac11db9da.zip tk-ce1ffe482eddaadc89c0622cb6b5df3ac11db9da.tar.gz tk-ce1ffe482eddaadc89c0622cb6b5df3ac11db9da.tar.bz2 |
Fixed [3588460fff] - -typevariable buggy in X11
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filebox.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filebox.test b/tests/filebox.test index 2573825..2f87c3e 100644 --- a/tests/filebox.test +++ b/tests/filebox.test @@ -281,7 +281,7 @@ foreach mode $modes { -initialfile $fileName -initialdir $fileDir \ -typevariable tv] if {[info exists tv]} { - regexp {^(.*) \(.*\)$} $tv dummy typeName + set typeName $tv } else { set typeName "-unset-" } |