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