snzip: improve test.

This commit is contained in:
Mike McQuaid 2013-08-18 22:20:11 +01:00
parent 87c0a8e4f2
commit b8ecb2835a

View file

@ -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