aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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