summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-11-22 12:53:04 (GMT)
committervincentdarley <vincentdarley>2004-11-22 12:53:04 (GMT)
commit5264c8ea7beb50e85b079617502d7ef7296a5188 (patch)
tree3637c6ed0321468290c7f2b3e0c04c7bf2ece6e8 /tests/fileSystem.test
parentc5de95ef4f7261b14f8ff65e8bef6ec08967f12d (diff)
downloadtcl-5264c8ea7beb50e85b079617502d7ef7296a5188.zip
tcl-5264c8ea7beb50e85b079617502d7ef7296a5188.tar.gz
tcl-5264c8ea7beb50e85b079617502d7ef7296a5188.tar.bz2
fix to windows file join bug
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 44ba612..17cc0dd 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -913,6 +913,13 @@ test filesystem-9.5 {path objects and file tail and object rep} {
cd $origdir
set res
} {test test}
+test filesystem-9.6 {path objects and file tail and object rep} {winOnly} {
+ set res {}
+ set p "C:\\toto"
+ lappend res [file join $p toto]
+ file isdirectory $p
+ lappend res [file join $p toto]
+} {C:/toto/toto C:/toto/toto}
cleanupTests
unset -nocomplain drive