From ddc3a5635f3d92dd7b024bb1fdcc21f7d47d7161 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 26 Mar 2013 10:49:03 -0500 Subject: t1utils: fix test --- Library/Formula/t1utils.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/t1utils.rb b/Library/Formula/t1utils.rb index a64b30d6f..010b7364e 100644 --- a/Library/Formula/t1utils.rb +++ b/Library/Formula/t1utils.rb @@ -11,7 +11,7 @@ class T1utils < Formula system "make install" end - def test - system "#{bin}/t1mac --version | head -1" + test do + system "#{bin}/t1mac", "--version" end end -- cgit v1.2.3