diff options
| -rw-r--r-- | Library/Formula/rtpbreak.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rtpbreak.rb b/Library/Formula/rtpbreak.rb index d4ce0a1fa..321c0329d 100644 --- a/Library/Formula/rtpbreak.rb +++ b/Library/Formula/rtpbreak.rb @@ -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__ |
