aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-23 17:01:42 -0500
committerJack Nagel2013-03-23 17:01:42 -0500
commit50790f56f9e520d7f4ea1bddece92c600e50056e (patch)
tree79d52183f19fa51d3cdab6c1c8235008a8f7b3b0 /Library/Formula
parentc28f848aea111e599f029e1f1d3c7d0663b2931c (diff)
downloadhomebrew-50790f56f9e520d7f4ea1bddece92c600e50056e.tar.bz2
gst-libav: full path in test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gst-libav.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gst-libav.rb b/Library/Formula/gst-libav.rb
index b74a2fa46..d83e14c61 100644
--- a/Library/Formula/gst-libav.rb
+++ b/Library/Formula/gst-libav.rb
@@ -15,7 +15,7 @@ class GstLibav < Formula
system "make install"
end
- def test
- system "gst-inspect-1.0 libav"
+ test do
+ system "#{bin}/gst-inspect-1.0", "libav"
end
end