aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/webp.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-07-12 15:44:53 +0100
committerMike McQuaid2013-07-12 15:44:53 +0100
commit87af5c6564696e89517e8218e7cabcbb5ed1a9b9 (patch)
tree1410949569d98388d67c2f5cf4bc7a5d0bd2fac1 /Library/Formula/webp.rb
parentca49dd13398af6904eb678491913f1913a6c861f (diff)
downloadhomebrew-87af5c6564696e89517e8218e7cabcbb5ed1a9b9.tar.bz2
Fix failing 10.6 image-related tests.
Diffstat (limited to 'Library/Formula/webp.rb')
-rw-r--r--Library/Formula/webp.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/webp.rb b/Library/Formula/webp.rb
index c0653991d..161ba014e 100644
--- a/Library/Formula/webp.rb
+++ b/Library/Formula/webp.rb
@@ -19,8 +19,7 @@ class Webp < Formula
test do
system "#{bin}/cwebp", \
- "/System/Library/Frameworks/SecurityInterface.framework/Versions/A/Resources/Key_Large.png", \
- "-o", "webp_test.png"
+ "/usr/share/doc/cups/images/cups.png", "-o", "webp_test.png"
system "#{bin}/dwebp", "webp_test.png", "-o", "webp_test.webp"
end
end