aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-07-01 23:12:01 +0100
committerMike McQuaid2013-07-01 23:12:14 +0100
commit321b29378601f45006cf450899bd6c0700448343 (patch)
treecd0b58b9da0ac13cacc6e488c0f747ed51724201 /Library
parent08c3fb0ed2b1ae7d7e756b341bf2f9b2ccd7d889 (diff)
downloadhomebrew-321b29378601f45006cf450899bd6c0700448343.tar.bz2
imagemagick: use same test file on 10.6/7/8.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagemagick.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb
index e8bbf3274..353479d96 100644
--- a/Library/Formula/imagemagick.rb
+++ b/Library/Formula/imagemagick.rb
@@ -97,12 +97,6 @@ class Imagemagick < Formula
end
test do
- if MacOS.version > :snow_leopard
- file = 'Key_Large.png'
- else
- file = 'Key Large.tif'
- end
- system "#{bin}/identify",
- "/System/Library/Frameworks/SecurityInterface.framework/Versions/A/Resources/#{file}"
+ system "#{bin}/identify", "/usr/share/doc/cups/images/smiley.jpg"
end
end