diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-11 09:28:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-11 09:28:48 (GMT) |
commit | 46f4476afd4803621152594669922f4d8b8afc3d (patch) | |
tree | be810f068bab20701c5393ad97f313f076fbea3b /tests | |
parent | b7853b4cfcfe1be5a4dec0a1923ed80771903024 (diff) | |
parent | bdd63239d3d61cd4e293db7f3008b08866f81e44 (diff) | |
download | tk-46f4476afd4803621152594669922f4d8b8afc3d.zip tk-46f4476afd4803621152594669922f4d8b8afc3d.tar.gz tk-46f4476afd4803621152594669922f4d8b8afc3d.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/winDialog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winDialog.test b/tests/winDialog.test index 121a5d1..a2414ec 100755 --- a/tests/winDialog.test +++ b/tests/winDialog.test @@ -593,7 +593,7 @@ test winDialog-5.12.6 {tk_getSaveFile: initial directory: relative} -constraints test winDialog-5.12.7 {tk_getOpenFile: initial directory: ~} -setup { # Ensure there's at least one file in the home directory in CI environments - set makeEmpty [expr {![llength [glob -type f -directory ~ *]]}] + set makeEmpty [expr {![llength [glob -nocomplain -type f -directory ~ *]]}] if {$makeEmpty} { for {set i 1} {$i < 1000} {incr i} { # Technically a race condition... |