rtpbreak: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:21 -05:00
parent f240b70a70
commit 1f85cf3460

View file

@ -14,11 +14,11 @@ class Rtpbreak < Formula
def install
system "make", "CC=#{ENV.cc}"
bin.install('src/rtpbreak')
bin.install "src/rtpbreak"
end
def test
system "rtpbreak"
test do
system "#{bin}/rtpbreak"
end
end
__END__