diff options
author | dgp <dgp@users.sourceforge.net> | 2023-09-29 12:48:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-09-29 12:48:58 (GMT) |
commit | 175280f0b6b58f352e476d8c930d42c2b5bb2fc4 (patch) | |
tree | 419f47ebe934bf7e28076d83b599e56999b747db | |
parent | f6a9b261bca58dedf85b9aeecb7c25bacac3f74f (diff) | |
download | tcl-175280f0b6b58f352e476d8c930d42c2b5bb2fc4.zip tcl-175280f0b6b58f352e476d8c930d42c2b5bb2fc4.tar.gz tcl-175280f0b6b58f352e476d8c930d42c2b5bb2fc4.tar.bz2 |
dup test names
-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 a05b23f..64ce1eb 100644 --- a/tests/zipfs.test +++ b/tests/zipfs.test @@ -964,7 +964,7 @@ namespace eval test_ns_zipfs { } testzipfsread stored test.zip test test - testzipfsread stored teststored.zip aaaaaaaaaaaaaa + testzipfsread stored-1 teststored.zip aaaaaaaaaaaaaa testzipfsread deflate testdeflated2.zip aaaaaaaaaaaaaa testzipfsread bug-23dd83ce7c empty.zip {} empty.txt # Test open modes - see bug [4645658689] |