kestrel: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:19 -05:00
parent e0392119a7
commit 53769f9b9f

View file

@ -38,7 +38,7 @@ class Kestrel < Formula
EOS EOS
end end
def test test do
system "#{bin}/kestrel status" system "#{bin}/kestrel", "status"
end end
end end