aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/rc.rb')
-rw-r--r--Library/Formula/rc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rc.rb b/Library/Formula/rc.rb
index cc0257548..aab8a4e5b 100644
--- a/Library/Formula/rc.rb
+++ b/Library/Formula/rc.rb
@@ -13,7 +13,7 @@ class Rc < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/rc", "-c", "echo Hello!"
end
end