snzip: improve test.
This commit is contained in:
parent
87c0a8e4f2
commit
b8ecb2835a
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ class Snzip < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "snzip", "-h"
|
||||
(testpath/'test.out').write "test"
|
||||
system "snzip", "test.out"
|
||||
system "snzip", "-d", "test.out.snz"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue