aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-07-28 19:30:36 +0200
committerMike McQuaid2014-07-28 19:36:09 +0200
commitfef5869894b193d52e50d20c54c0872ade24b7d9 (patch)
tree167d7f6d1656ab40b54cf18e8d56f2d867ed9a78 /Library/Formula
parente15674a28483495d9a666d5376509466003086d6 (diff)
downloadhomebrew-fef5869894b193d52e50d20c54c0872ade24b7d9.tar.bz2
imlib2: use test fixture image.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imlib2.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/imlib2.rb b/Library/Formula/imlib2.rb
index 05e3f08b9..ce4156a60 100644
--- a/Library/Formula/imlib2.rb
+++ b/Library/Formula/imlib2.rb
@@ -33,6 +33,7 @@ class Imlib2 < Formula
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