summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
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)
commit79426acd5509c22fe6948d2668a349775b72067e (patch)
treed1781851fbf8105cbe19c2030e899f3664ec8382 /tests/fileName.test
parent1200929a72dd28e06bd03bd356feb451efd0ff3a (diff)
downloadtcl-79426acd5509c22fe6948d2668a349775b72067e.zip
tcl-79426acd5509c22fe6948d2668a349775b72067e.tar.gz
tcl-79426acd5509c22fe6948d2668a349775b72067e.tar.bz2
Test for [f34cf83dd0].
Diffstat (limited to 'tests/fileName.test')
-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} {