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