aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:22 -0500
committerJack Nagel2013-03-26 00:02:47 -0500
commitdbbaebc04beca440ab340a25a54691dbb56e5dcb (patch)
tree4e8c74dac8db3f73f1fda0cad477161df8f696a6 /Library/Formula
parent2d903bfbc1de8eba737f9ea8994232efa6698e97 (diff)
downloadhomebrew-dbbaebc04beca440ab340a25a54691dbb56e5dcb.tar.bz2
yap: fix test
Diffstat (limited to 'Library/Formula')
-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