aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-12-06 17:08:34 +0000
committerMike McQuaid2014-12-06 17:08:34 +0000
commit40664c8583d8acece98defaa1a1153517eb1cedd (patch)
tree21c1f1c885ed480d6b81990a8ef3324a2fe4d61e /Library/Formula
parentd2f744f62dd96abf2d2a3a83c99e2fe0de74f32a (diff)
downloadhomebrew-40664c8583d8acece98defaa1a1153517eb1cedd.tar.bz2
libbpg: use text_fixtures function.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libbpg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libbpg.rb b/Library/Formula/libbpg.rb
index 1b78c4ade..78361dc2b 100644
--- a/Library/Formula/libbpg.rb
+++ b/Library/Formula/libbpg.rb
@@ -32,6 +32,6 @@ class Libbpg < Formula
end
test do
- system "#{bin}/bpgenc", "#{HOMEBREW_PREFIX}/Library/Homebrew/test/fixtures/test.png"
+ system "#{bin}/bpgenc", test_fixtures("test.png")
end
end