gst-libav: full path in test

master
Jack Nagel 2013-03-23 17:01:42 -05:00
parent fd13f519af
commit 7dcd0a9c15
1 changed files with 2 additions and 2 deletions

View File

@ -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