diff options
| author | Mike McQuaid | 2014-07-28 19:30:36 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-28 19:36:09 +0200 |
| commit | fef5869894b193d52e50d20c54c0872ade24b7d9 (patch) | |
| tree | 167d7f6d1656ab40b54cf18e8d56f2d867ed9a78 /Library/Formula | |
| parent | e15674a28483495d9a666d5376509466003086d6 (diff) | |
| download | homebrew-fef5869894b193d52e50d20c54c0872ade24b7d9.tar.bz2 | |
imlib2: use test fixture image.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/imlib2.rb | 3 |
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 |
