summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-03-20 14:48:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-03-20 14:48:44 (GMT)
commitc820318356373338e81456fc7f995e2e19c0218c (patch)
tree075df899aa622e8d22db79cf8653faf8dc7bfee1 /tests
parentae22ee577e1296427b927dda75f49560f6256c60 (diff)
parentdb2c4a21b2cc03076d2c22b74dea2662f5f35143 (diff)
downloadtcl-c820318356373338e81456fc7f995e2e19c0218c.zip
tcl-c820318356373338e81456fc7f995e2e19c0218c.tar.gz
tcl-c820318356373338e81456fc7f995e2e19c0218c.tar.bz2
dup test name
Diffstat (limited to 'tests')
-rw-r--r--tests/zipfs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index be4ba19..124a43f 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/*] {}
foreach type {b c l p s} {
- testzipfsglob basic-type-$type $basicMounts [list -type $type $defMountPt/*] {}
+ testzipfsglob basic-type-1-$type $basicMounts [list -type $type $defMountPt/*] {}
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]
}