tests: silence zip output in test_bucket
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6e203a280c
commit
2e2a492045
@ -17,7 +17,7 @@ end
|
|||||||
class TestZip <Formula
|
class TestZip <Formula
|
||||||
def initialize
|
def initialize
|
||||||
zip=HOMEBREW_CACHE.parent+'test-0.1.zip'
|
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}"
|
@url="file://#{zip}"
|
||||||
@homepage = 'http://example.com/'
|
@homepage = 'http://example.com/'
|
||||||
super 'testzip'
|
super 'testzip'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user