aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-23 21:19:23 -0500
committerJack Nagel2013-03-23 21:19:23 -0500
commitf67538be57a51100f407d503f04a71c50b7ec500 (patch)
tree5f78653593bf9fdcebf526ee0b218a9c716ffe69 /Library/Formula
parentb755828c50e57b2fd33fc1a3e3c1e7abf334bc25 (diff)
downloadhomebrew-f67538be57a51100f407d503f04a71c50b7ec500.tar.bz2
gst-libav: fix test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-libav.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gst-libav.rb b/Library/Formula/gst-libav.rb
index d83e14c61..35f0773f9 100644
--- a/Library/Formula/gst-libav.rb
+++ b/Library/Formula/gst-libav.rb
@@ -16,6 +16,6 @@ class GstLibav < Formula
end
test do
- system "#{bin}/gst-inspect-1.0", "libav"
+ system "#{Formula.factory("gstreamer").opt_prefix}/bin/gst-inspect-1.0", "libav"
end
end