aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libextractor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libextractor.rb')
-rw-r--r--Library/Formula/libextractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb
index bb115013b..396859517 100644
--- a/Library/Formula/libextractor.rb
+++ b/Library/Formula/libextractor.rb
@@ -18,7 +18,7 @@ class Libextractor < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/extract", "-v"
end
end