From 50790f56f9e520d7f4ea1bddece92c600e50056e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 23 Mar 2013 17:01:42 -0500 Subject: gst-libav: full path in test --- Library/Formula/gst-libav.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3