diff options
Diffstat (limited to 'Library/Formula')
| -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 |
