aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/giblib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/giblib.rb')
-rw-r--r--Library/Formula/giblib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/giblib.rb b/Library/Formula/giblib.rb
index cb6340f8e..ed7f3f3dc 100644
--- a/Library/Formula/giblib.rb
+++ b/Library/Formula/giblib.rb
@@ -13,7 +13,7 @@ class Giblib < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/giblib-config", "--version"
end
end