diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:28:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-03 15:28:37 (GMT) |
commit | d2f034e206d0c76548eb7ddc4f23ed18bc6ce26c (patch) | |
tree | 02ae316b20d098b42b3de470a0d5a895b3ab2ad5 /tests | |
parent | 126d43773ca468803c238c2deb4c947f80f4f68d (diff) | |
parent | d329be0030f6800be40dc3606491b8880814d336 (diff) | |
download | tcl-d2f034e206d0c76548eb7ddc4f23ed18bc6ce26c.zip tcl-d2f034e206d0c76548eb7ddc4f23ed18bc6ce26c.tar.gz tcl-d2f034e206d0c76548eb7ddc4f23ed18bc6ce26c.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fileSystem.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test index 4513fcb..4c90376 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -367,7 +367,7 @@ 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} -body { +test filesystem-1.52 {bug f9f390d0fa: file join where strep is not canonical} -constraints unix -body { set x //foo file normalize $x file join $x bar |