aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libbpg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libbpg.rb')
-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