summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-04-28 17:44:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-04-28 17:44:31 (GMT)
commitab5586a7a3212d1176088410fa0f0c49f7821d54 (patch)
tree9d97ba7b398ede647f02d8db28d1d24e41a88aab /tests
parent14f579844db6f47792138a819623529dc9ec7b8f (diff)
parent79426acd5509c22fe6948d2668a349775b72067e (diff)
downloadtcl-ab5586a7a3212d1176088410fa0f0c49f7821d54.zip
tcl-ab5586a7a3212d1176088410fa0f0c49f7821d54.tar.gz
tcl-ab5586a7a3212d1176088410fa0f0c49f7821d54.tar.bz2
Test for [f34cf83dd0].
Diffstat (limited to 'tests')
-rw-r--r--tests/fileName.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fileName.test b/tests/fileName.test
index 387d844..ce89623 100644
--- a/tests/fileName.test
+++ b/tests/fileName.test
@@ -441,6 +441,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} {
testsetplatform win