aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-04-16 23:52:47 -0500
committerJack Nagel2012-04-16 23:53:35 -0500
commit27dd65f93c28cb2cf110a20077abb34054e2a5fe (patch)
tree492c1bb5687970d0d0dd868f0e268165d5045554 /Library
parent073d0b95fbcbcebc6cb2b128ca86bc038cd5cf0f (diff)
downloadhomebrew-27dd65f93c28cb2cf110a20077abb34054e2a5fe.tar.bz2
tests: silence `zip` output in test_bucket
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_bucket.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_bucket.rb b/Library/Homebrew/test/test_bucket.rb
index 1885ba4e8..cd8f3905f 100644
--- a/Library/Homebrew/test/test_bucket.rb
+++ b/Library/Homebrew/test/test_bucket.rb
@@ -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'