aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2012-09-02 00:53:36 -0700
committerMike McQuaid2012-09-02 00:53:36 -0700
commit05db03fddc059f6e61663fff20b9c129a4db64bf (patch)
tree66e7b88b70c5fd2f9adc590742ef262354e79587 /Library
parentd299237eb5b210132d930c49522126d71b86acf8 (diff)
downloadhomebrew-05db03fddc059f6e61663fff20b9c129a4db64bf.tar.bz2
zing: make test non-interactive.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zint.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/zint.rb b/Library/Formula/zint.rb
index 17a463064..bee35f616 100644
--- a/Library/Formula/zint.rb
+++ b/Library/Formula/zint.rb
@@ -23,7 +23,6 @@ class Zint < Formula
def test
mktemp do
system "#{bin}/zint", "-o", "test-zing.png", "-d", "This Text"
- system "/usr/bin/qlmanage", "-p", "test-zing.png"
end
end
end