summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 15:12:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-27 15:12:46 (GMT)
commit516f8e365dd94bfc9af0fb2d86516cae5bb2ec7f (patch)
tree075b660838b4ff0522500206911bd6eb7ee82203 /tests/fileName.test
parentac80e53da8b4df7cf01f986e395f8284f9357744 (diff)
downloadtcl-516f8e365dd94bfc9af0fb2d86516cae5bb2ec7f.zip
tcl-516f8e365dd94bfc9af0fb2d86516cae5bb2ec7f.tar.gz
tcl-516f8e365dd94bfc9af0fb2d86516cae5bb2ec7f.tar.bz2
Experimental support for UNC paths (through VFS) on UNIX/Mac
Diffstat (limited to 'tests/fileName.test')
-rw-r--r--tests/fileName.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fileName.test b/tests/fileName.test
index 251f12c..aab8d33 100644
--- a/tests/fileName.test
+++ b/tests/fileName.test
@@ -196,7 +196,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
@@ -433,11 +433,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