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" system "make install"
end end
def test test do
system "gst-inspect-1.0 libav" system "#{bin}/gst-inspect-1.0", "libav"
end end
end end