aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/roundup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/roundup.rb')
-rw-r--r--Library/Formula/roundup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/roundup.rb b/Library/Formula/roundup.rb
index a264a9d52..6293a1bc7 100644
--- a/Library/Formula/roundup.rb
+++ b/Library/Formula/roundup.rb
@@ -17,7 +17,7 @@ class Roundup < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/roundup", "-v"
end
end