summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-31 17:08:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-31 17:08:57 (GMT)
commitb5e9e877da27e92e241f9b91aeabdf8effffec05 (patch)
tree339776b9bdffa1057f43072636ff410db7c5ec82 /tests/fileSystem.test
parent7320db32e0b2b37fc15030f9505921c91060b24c (diff)
parent54e278387054613b6524f3c4056459c46a741c73 (diff)
downloadtcl-b5e9e877da27e92e241f9b91aeabdf8effffec05.zip
tcl-b5e9e877da27e92e241f9b91aeabdf8effffec05.tar.gz
tcl-b5e9e877da27e92e241f9b91aeabdf8effffec05.tar.bz2
3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes.
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 4191713..9950dde 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -920,6 +920,10 @@ test filesystem-9.9 {path objects and glob and file tail and tilde} -setup {
# ----------------------------------------------------------------------
+test filesystem-10.1 {Bug 3414754} {
+ string match */ [file join [pwd] foo/]
+} 0
+
cleanupTests
unset -nocomplain drive drives
}