summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-03-20 14:42:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-03-20 14:42:16 (GMT)
commit52c8d4007d2a4480394e37792b4be00adeab7848 (patch)
tree7242adad3194cef0e2b8326ef86914c23859beef
parent6d093a49bdc100e9422cbde3980c3136f5989922 (diff)
downloadtcl-52c8d4007d2a4480394e37792b4be00adeab7848.zip
tcl-52c8d4007d2a4480394e37792b4be00adeab7848.tar.gz
tcl-52c8d4007d2a4480394e37792b4be00adeab7848.tar.bz2
dup test name
-rw-r--r--tests/zipfs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index 69c682e..b696308 100644
--- a/tests/zipfs.test
+++ b/tests/zipfs.test
@@ -1450,7 +1450,7 @@ namespace eval test_ns_zipfs {
testzipfsglob basic-type-d-f $basicMounts [list -type {d f} $defMountPt/*] [zipfspathsmt $defMountPt test testdir]
testzipfsglob basic-type-l $basicMounts [list -type l $defMountPt/*] "no files matched glob pattern \"$defMountPt/*\"" -returnCodes error
foreach type {b c l p s} {
- testzipfsglob basic-type-$type $basicMounts [list -type $type $defMountPt/*] "no files matched glob pattern \"$defMountPt/*\"" -returnCodes error
+ testzipfsglob basic-type-1-$type $basicMounts [list -type $type $defMountPt/*] "no files matched glob pattern \"$defMountPt/*\"" -returnCodes error
testzipfsglob basic-type-f-$type $basicMounts [list -type [list f $type] $defMountPt/*] [zipfspathsmt $defMountPt test]
testzipfsglob basic-type-d-$type $basicMounts [list -type [list d $type] $defMountPt/*] [zipfspathsmt $defMountPt testdir]
}