aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jigdo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/jigdo.rb')
-rw-r--r--Library/Formula/jigdo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jigdo.rb b/Library/Formula/jigdo.rb
index 7a587def5..7a36b6352 100644
--- a/Library/Formula/jigdo.rb
+++ b/Library/Formula/jigdo.rb
@@ -23,7 +23,7 @@ class Jigdo < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/jigdo-file", "-h"
end
end