Skip to content

Commit

Permalink
Add a working test for -d.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 5, 2024
1 parent 10c9e15 commit 395ee9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions regress/cli-d.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
description test -d: strip directories from names
return 0
arguments -d -l directories.zip
file directories.zip directories.tzip no-directories.tzip
stdout
Rezipping - directories.zip
--------------------------------------------------
Adding - x (2 bytes, was: b/x)...Done
Adding - y (2 bytes, was: a/y)...Done
--------------------------------------------------
Rezipped 2 compressed files totaling 4 bytes.
end-of-inline-data
Binary file added regress/no-directories.tzip
Binary file not shown.

0 comments on commit 395ee9f

Please sign in to comment.