summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-31 19:16:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-31 19:16:36 (GMT)
commit38a1f6c276f00c641bb85a2c5281a917c20fe0b4 (patch)
tree9652ac9335212f5c86c596cd6f96b61b49a8d399 /tests
parent02c0293a129623c23d58a9e2c18dd5966ee07af7 (diff)
parentcf9df921f620da4fa43f83f17cee6b789c910002 (diff)
downloadtcl-38a1f6c276f00c641bb85a2c5281a917c20fe0b4.zip
tcl-38a1f6c276f00c641bb85a2c5281a917c20fe0b4.tar.gz
tcl-38a1f6c276f00c641bb85a2c5281a917c20fe0b4.tar.bz2
merge to release
Diffstat (limited to 'tests')
-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
}