From 41f7886cff8968d81512dcde9c297f4d58351a2a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:35:21 -0500 Subject: rtpbreak: fix test --- Library/Formula/rtpbreak.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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__ -- cgit v1.2.3