Skip to content

Commit

Permalink
Add failing test for -q - quiet mode is not quiet.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 5, 2024
1 parent 395ee9f commit adacfc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions regress/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set(XFAIL_TESTS
cli-q.test
sort-dupes.test
)

Expand Down
4 changes: 4 additions & 0 deletions regress/cli-q.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
description test -q: quiet mode
return 0
arguments -q -l small.zip
file small.zip small.zip small.tzip

0 comments on commit adacfc9

Please sign in to comment.