tests: silence zip output in test_bucket

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-04-16 23:52:47 -05:00
parent 6e203a280c
commit 2e2a492045

View File

@ -17,7 +17,7 @@ end
class TestZip <Formula
def initialize
zip=HOMEBREW_CACHE.parent+'test-0.1.zip'
Kernel.system '/usr/bin/zip', '-0', zip, ABS__FILE__
Kernel.system '/usr/bin/zip', '-q', '-0', zip, ABS__FILE__
@url="file://#{zip}"
@homepage = 'http://example.com/'
super 'testzip'