Skip to content

Commit

Permalink
Improve sort-dupes, still fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 5, 2024
1 parent 425b1e0 commit eb507dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/sort-dupes.test
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description torrentzip a file, sorting the entries, there are case-insensitive name conflicts
return 0
arguments -l sort-dupes.zip
file sort-dupes.zip sort-unsorted-dupes.zip sorted-sorted-dupes.tzip
file sort-dupes.zip sort-unsorted-dupes.zip sort-sorted-dupes.tzip
stdout
Rezipping - sort-dupes.zip
--------------------------------------------------
Adding - ABC (4 bytes)...Done
Adding - DEF (4 bytes)...Done
Adding - abc (4 bytes)...Done
Adding - DEF (4 bytes)...Done
Adding - def (4 bytes)...Done
--------------------------------------------------
Rezipped 4 compressed files totaling 16 bytes.
Expand Down

0 comments on commit eb507dd

Please sign in to comment.