rtpbreak: fix test
This commit is contained in:
parent
f240b70a70
commit
1f85cf3460
1 changed files with 3 additions and 3 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue