aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/yap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yap.rb b/Library/Formula/yap.rb
index 3a722c0d3..56fbdacc9 100644
--- a/Library/Formula/yap.rb
+++ b/Library/Formula/yap.rb
@@ -36,7 +36,7 @@ class Yap < Formula
system "make install"
end
- def test
- system "#{bin}/yap -dump-runtime-variables"
+ test do
+ system "#{bin}/yap", "-dump-runtime-variables"
end
end