summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-05-01 20:25:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-05-01 20:25:27 (GMT)
commitcebc6d8e934fb4416742c51d2a59bccd95e66c17 (patch)
tree83fdf7f47d86b8f2e75f3c5266cc29e1ea29e496 /tests
parentaf6bdabef606d9aefa0cc8c4755c98b1445203d2 (diff)
parentcfdf3d1f29001198f2afdea91a595527acdc2802 (diff)
downloadtcl-cebc6d8e934fb4416742c51d2a59bccd95e66c17.zip
tcl-cebc6d8e934fb4416742c51d2a59bccd95e66c17.tar.gz
tcl-cebc6d8e934fb4416742c51d2a59bccd95e66c17.tar.bz2
[f9fe90d0fa] [file join] normalization. See filesystem-1.52*
Diffstat (limited to 'tests')
-rw-r--r--tests/fileSystem.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 1941936..4513fcb 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -367,6 +367,16 @@ 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 {
+ 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
+ file normalize $x
+ file join $x
+} -result /foo
test filesystem-2.0 {new native path} {unix} {
foreach f [lsort [glob -nocomplain /usr/bin/c*]] {