summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-04-28 17:43:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-04-28 17:43:49 (GMT)
commit3527da7cd3f70e14a2823aeeb014bf3e60a25231 (patch)
treed1781851fbf8105cbe19c2030e899f3664ec8382
parent7433bb1ba2673d75c1f1266e49c236cb98e1182b (diff)
downloadtcl-3527da7cd3f70e14a2823aeeb014bf3e60a25231.zip
tcl-3527da7cd3f70e14a2823aeeb014bf3e60a25231.tar.gz
tcl-3527da7cd3f70e14a2823aeeb014bf3e60a25231.tar.bz2
Test for [f34cf83dd0].
-rw-r--r--tests/fileName.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fileName.test b/tests/fileName.test
index 68c5592..d224011 100644
--- a/tests/fileName.test
+++ b/tests/fileName.test
@@ -434,6 +434,9 @@ test filename-7.18 {Tcl_JoinPath: unix} {testsetplatform} {
testsetplatform unix
file join /// a b
} "/a/b"
+test filename-7.19 {[Bug f34cf83dd0]} {
+ file join foo //bar
+} /bar
test filename-9.1 {Tcl_JoinPath: win} {testsetplatform} {