aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fastjar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/fastjar.rb')
-rw-r--r--Library/Formula/fastjar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fastjar.rb b/Library/Formula/fastjar.rb
index 8fe0a2c40..499a5191e 100644
--- a/Library/Formula/fastjar.rb
+++ b/Library/Formula/fastjar.rb
@@ -11,7 +11,7 @@ class Fastjar < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/fastjar", "-V"
system "#{bin}/grepjar", "-V"
end