summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-08 10:00:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-08 10:00:10 (GMT)
commit7ce9d6f8fc9b0c2b4fd1a18a85c54bb37387dda0 (patch)
tree5a06bbc3b243ba7c72b67a704cc460731eff0a86 /tests
parent0fe2d45ae44323638f143bf320c77a5cb6df2a01 (diff)
parentc31f309b59260de32048173493f3463dbdaa51f7 (diff)
downloadtcl-7ce9d6f8fc9b0c2b4fd1a18a85c54bb37387dda0.zip
tcl-7ce9d6f8fc9b0c2b4fd1a18a85c54bb37387dda0.tar.gz
tcl-7ce9d6f8fc9b0c2b4fd1a18a85c54bb37387dda0.tar.bz2
[Bug #1536227]: Cygwin network pathname supoort
Diffstat (limited to 'tests')
-rw-r--r--tests/fileName.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fileName.test b/tests/fileName.test
index 19503f8..6dd1cb4 100644
--- a/tests/fileName.test
+++ b/tests/fileName.test
@@ -199,7 +199,7 @@ test filename-4.12 {Tcl_SplitPath: unix} {testsetplatform} {
test filename-4.13 {Tcl_SplitPath: unix} {testsetplatform} {
testsetplatform unix
file split //foo
-} "[file split //] foo"
+} "/ foo"
test filename-4.14 {Tcl_SplitPath: unix} {testsetplatform} {
testsetplatform unix
file split foo//bar
@@ -436,11 +436,11 @@ test filename-7.16 {Tcl_JoinPath: unix} {testsetplatform} {
test filename-7.17 {Tcl_JoinPath: unix} {testsetplatform} {
testsetplatform unix
file join //a b
-} "[file split //]a/b"
+} "/a/b"
test filename-7.18 {Tcl_JoinPath: unix} {testsetplatform} {
testsetplatform unix
file join /// a b
-} "[file split //]a/b"
+} "/a/b"
test filename-9.1 {Tcl_JoinPath: win} {testsetplatform} {
testsetplatform win