swftools: use test fixture image.
This commit is contained in:
parent
b13681db69
commit
96acec8ab8
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ class Swftools < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
system "#{bin}/png2swf", "swftools_test.swf", "/usr/share/doc/cups/images/cups.png"
|
test_png = HOMEBREW_LIBRARY/"Homebrew/test/fixtures/test.png"
|
||||||
|
system "#{bin}/png2swf", "swftools_test.swf", test_png
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue