Skip to content

Commit

Permalink
Fix cli-q.test.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 5, 2024
1 parent eb507dd commit 4a3f758
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
1 change: 0 additions & 1 deletion regress/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(XFAIL_TESTS
cli-q.test
sort-dupes.test
)

Expand Down
19 changes: 17 additions & 2 deletions regress/cli-q.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
description test -q: quiet mode
return 0
arguments -q -l small.zip
file small.zip small.zip small.tzip
arguments -q -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.tzip
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.
Rezipping - dir/sub/one.zip
--------------------------------------------------
Adding - test.txt (31 bytes)...Done
--------------------------------------------------
Rezipped 1 compressed file totaling 31 bytes.
end-of-inline-data

0 comments on commit 4a3f758

Please sign in to comment.