diff options
Diffstat (limited to 'tests/winDialog.test')
-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 a0dbc8d..1384770 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... |