summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-17 12:58:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-09-17 12:58:43 (GMT)
commit289ab3d6335f6ab2fb808df9f94319f471013eac (patch)
tree1bbbb11ff03e4ef0302bc8f39aaa9579c725025f /tests/fileSystem.test
parentd171543388eb0149647f980eb25c80a9bfdadd1e (diff)
parenta824edfe93321dc7cc71b2dfc700544a7fc6b45a (diff)
downloadtcl-289ab3d6335f6ab2fb808df9f94319f471013eac.zip
tcl-289ab3d6335f6ab2fb808df9f94319f471013eac.tar.gz
tcl-289ab3d6335f6ab2fb808df9f94319f471013eac.tar.bz2
rebase to 8.7
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 0b53be5..2bbf981 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -379,13 +379,13 @@ test filesystem-1.51 {file normalisation .. beyond root (Bug 1379287)} {
test filesystem-1.51.1 {file normalisation .. beyond root (Bug 1379287)} {
testPathEqual [file norm /../../] [file norm /]
} ok
-test filesystem-1.52 {bug f9f390d0fa: file join where strep is not canonical} -constraints unix -body {
- set x //foo
+test filesystem-1.52 {bug f9f390d0fa: file join where strep is not canonical} -body {
+ set x ///foo
file normalize $x
file join $x bar
} -result /foo/bar
test filesystem-1.52.1 {bug f9f390d0fa: file join where strep is not canonical} -body {
- set x //foo
+ set x ///foo
file normalize $x
file join $x
} -result /foo