From dbbaebc04beca440ab340a25a54691dbb56e5dcb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:35:22 -0500 Subject: yap: fix test --- Library/Formula/yap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3