aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:19 -0500
committerJack Nagel2013-03-26 00:02:39 -0500
commita768d6ff25ded471e6159b4f9ecf420731f095ba (patch)
tree4bd4bbbca95e88e11f46e532b342352bea95e343
parentd8d3544d6bedcbefcd97876a3cdd616ac554a80a (diff)
downloadhomebrew-a768d6ff25ded471e6159b4f9ecf420731f095ba.tar.bz2
kestrel: fix test
-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