summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-11 09:28:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-11 09:28:48 (GMT)
commit46f4476afd4803621152594669922f4d8b8afc3d (patch)
treebe810f068bab20701c5393ad97f313f076fbea3b /tests
parentb7853b4cfcfe1be5a4dec0a1923ed80771903024 (diff)
parentbdd63239d3d61cd4e293db7f3008b08866f81e44 (diff)
downloadtk-46f4476afd4803621152594669922f4d8b8afc3d.zip
tk-46f4476afd4803621152594669922f4d8b8afc3d.tar.gz
tk-46f4476afd4803621152594669922f4d8b8afc3d.tar.bz2
Merge 8.6
Diffstat (limited to 'tests')
-rwxr-xr-xtests/winDialog.test2
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...