diff options
| author | Jack Nagel | 2013-03-25 13:35:19 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:39 -0500 |
| commit | a768d6ff25ded471e6159b4f9ecf420731f095ba (patch) | |
| tree | 4bd4bbbca95e88e11f46e532b342352bea95e343 | |
| parent | d8d3544d6bedcbefcd97876a3cdd616ac554a80a (diff) | |
| download | homebrew-a768d6ff25ded471e6159b4f9ecf420731f095ba.tar.bz2 | |
kestrel: fix test
| -rw-r--r-- | Library/Formula/kestrel.rb | 4 |
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 |
