diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 8 |
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 |
