Skip to content

Commit

Permalink
imlib2: 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 9ab82a8 commit fd397f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/imlib2.rb
Expand Up @@ -33,6 +33,7 @@ def install
end

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

0 comments on commit fd397f6

Please sign in to comment.