summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-27 15:08:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-27 15:08:24 (GMT)
commitc6a3c5953c725382438adb91f97a40c184fbb15f (patch)
treea95cee792726a4f3578b41bf9728906ee84478a2 /tests/fileSystem.test
parent61c12b1ae1bd6588b6dfa3ebfaa2520fd3ecc7d9 (diff)
downloadtcl-c6a3c5953c725382438adb91f97a40c184fbb15f.zip
tcl-c6a3c5953c725382438adb91f97a40c184fbb15f.tar.gz
tcl-c6a3c5953c725382438adb91f97a40c184fbb15f.tar.bz2
Added test case to the test suite
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 2acdbd2..b3a9aca 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -1094,6 +1094,10 @@ test filesystem-9.9 {path objects and glob and file tail and tilde} {
set res
} {0 0 0 0 1}
+test filesystem-10.1 {Bug 3414754} {
+ string match */ [file join [pwd] foo/]
+} 0
+
cleanupTests
unset -nocomplain drive
}