diff options
| author | dgp <dgp@users.sourceforge.net> | 2024-03-20 14:48:44 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2024-03-20 14:48:44 (GMT) |
| commit | be5547f1699daf333b77cd55a519ba876e829d7b (patch) | |
| tree | 075df899aa622e8d22db79cf8653faf8dc7bfee1 | |
| parent | 7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b (diff) | |
| parent | 52c8d4007d2a4480394e37792b4be00adeab7848 (diff) | |
| download | tcl-be5547f1699daf333b77cd55a519ba876e829d7b.zip tcl-be5547f1699daf333b77cd55a519ba876e829d7b.tar.gz tcl-be5547f1699daf333b77cd55a519ba876e829d7b.tar.bz2 | |
dup test name
| -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 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] } |
