Skip to content

Commit

Permalink
imagemagick: use test fixture image.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 28, 2014
1 parent 496857f commit 9ab82a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/imagemagick.rb
Expand Up @@ -116,6 +116,7 @@ def caveats
end

test do
system "#{bin}/identify", "/usr/share/doc/cups/images/cups.png"
test_png = HOMEBREW_LIBRARY/"Homebrew/test/fixtures/test.png"
system "#{bin}/identify", test_png
end
end

0 comments on commit 9ab82a8

Please sign in to comment.