aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/kestrel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/kestrel.rb b/Library/Formula/kestrel.rb
index 9e671cf41..44dddd61a 100644
--- a/Library/Formula/kestrel.rb
+++ b/Library/Formula/kestrel.rb
@@ -38,7 +38,7 @@ class Kestrel < Formula
EOS
end
- def test
- system "#{bin}/kestrel status"
+ test do
+ system "#{bin}/kestrel", "status"
end
end