summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-21 12:20:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-21 12:20:51 (GMT)
commit00f7d2106a2d5d690cbec6a974d6b4cfb1ec3448 (patch)
treea489d4afa3bb6a6717fb95372c71bbab2be973d8 /tests
parent8b49de7093e5fbdf66720277cbc8e9a39a75f06a (diff)
parented32508df0f991dc79ed6d0af0abe085f3686923 (diff)
downloadtcl-00f7d2106a2d5d690cbec6a974d6b4cfb1ec3448.zip
tcl-00f7d2106a2d5d690cbec6a974d6b4cfb1ec3448.tar.gz
tcl-00f7d2106a2d5d690cbec6a974d6b4cfb1ec3448.tar.bz2
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/fileSystem.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index d62a59a..5631445 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -69,7 +69,7 @@ apply {{} {
lappend drives $vol
}
}
- testConstraint moreThanOneDrive [llength $drives]
+ testConstraint moreThanOneDrive [expr {[llength $drives] > 1}]
} finally {
cd $dir
}