aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-07-28 19:30:23 +0200
committerMike McQuaid2014-07-28 19:36:08 +0200
commitdc69fc69f5e98247fd43f6004dd32913be64c1bc (patch)
tree7e1e0ad8f6a68f3d9b48112e57e8800072a8d153 /Library/Formula
parent8023a8521ea38fe23bf1d7ae657fafd4d84e8729 (diff)
downloadhomebrew-dc69fc69f5e98247fd43f6004dd32913be64c1bc.tar.bz2
graphicsmagick: use test fixture image.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/graphicsmagick.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/graphicsmagick.rb b/Library/Formula/graphicsmagick.rb
index b9a1e0707..61f1484a6 100644
--- a/Library/Formula/graphicsmagick.rb
+++ b/Library/Formula/graphicsmagick.rb
@@ -85,7 +85,8 @@ class Graphicsmagick < Formula
end
test do
- system "#{bin}/gm", "identify", "/usr/share/doc/cups/images/cups.png"
+ test_png = HOMEBREW_LIBRARY/"Homebrew/test/fixtures/test.png"
+ system "#{bin}/gm", "identify", test_png
end
def caveats