diff options
author | dgp <dgp@users.sourceforge.net> | 2024-03-20 14:42:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-03-20 14:42:16 (GMT) |
commit | db2c4a21b2cc03076d2c22b74dea2662f5f35143 (patch) | |
tree | 7242adad3194cef0e2b8326ef86914c23859beef /tests/zipfs.test | |
parent | a9b046b5bd7c666a406a17cbb0d86a2842091bac (diff) | |
download | tcl-db2c4a21b2cc03076d2c22b74dea2662f5f35143.zip tcl-db2c4a21b2cc03076d2c22b74dea2662f5f35143.tar.gz tcl-db2c4a21b2cc03076d2c22b74dea2662f5f35143.tar.bz2 |
dup test name
Diffstat (limited to 'tests/zipfs.test')
-rw-r--r-- | tests/zipfs.test | 2 |
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] } |