Skip to content

Commit

Permalink
Add a working test for -s.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 5, 2024
1 parent b554e6f commit bfd66ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions regress/cli-s.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
description torrentzip all files in a directory
return 0
arguments -s -l dir
file dir/another.zip small.zip small.tzip
file dir/moretorrentzip.zip small.tzip small.tzip
file dir/sub/one.zip small.zip small.zip
file dir/sub/torrentzip.zip small.tzip small.tzip
stdout
Rezipping - dir/another.zip
--------------------------------------------------
Adding - test.txt (31 bytes)...Done
--------------------------------------------------
Rezipped 1 compressed file totaling 31 bytes.
Skipping, already TorrentZipped - dir/moretorrentzip.zip
end-of-inline-data

0 comments on commit bfd66ea

Please sign in to comment.