aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2012-09-02 00:51:30 -0700
committerMike McQuaid2012-09-02 00:51:30 -0700
commitccce24a2124e66a55ab41a7118467be8790af811 (patch)
tree5f353e3bb694fd9d424b37bf3f1128bfaa803561 /Library/Formula
parentf96122f802c00ab5d9936629fac665c148d8196c (diff)
downloadhomebrew-ccce24a2124e66a55ab41a7118467be8790af811.tar.bz2
libraw: make test non-interactive.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libraw.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libraw.rb b/Library/Formula/libraw.rb
index 0884fa3ff..262d88d97 100644
--- a/Library/Formula/libraw.rb
+++ b/Library/Formula/libraw.rb
@@ -44,7 +44,6 @@ class Libraw < Formula
filename = 'RAW_NIKON_D1.NEF'
system "#{bin}/raw-identify", "-u", filename
system "#{bin}/simple_dcraw", "-v", "-T", filename
- system "/usr/bin/qlmanage", "-p", "#{filename}.tiff"
end
end
end