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)
commita9e0b87ff083c31bd1a9873ee95110b352aa02bf (patch)
tree9d97ba7b398ede647f02d8db28d1d24e41a88aab /tests
parentdfb6155b20355b78be6a33b800d4a4e0c1d9d1b3 (diff)
parent3527da7cd3f70e14a2823aeeb014bf3e60a25231 (diff)
downloadtcl-a9e0b87ff083c31bd1a9873ee95110b352aa02bf.zip
tcl-a9e0b87ff083c31bd1a9873ee95110b352aa02bf.tar.gz
tcl-a9e0b87ff083c31bd1a9873ee95110b352aa02bf.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