From 03d76af510ffd8e333a93fa43f11bfe3cea6d78a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:35:21 -0500 Subject: sec: fix test --- Library/Formula/sec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sec.rb b/Library/Formula/sec.rb index e64409b58..1b5d1048f 100644 --- a/Library/Formula/sec.rb +++ b/Library/Formula/sec.rb @@ -10,7 +10,7 @@ class Sec < Formula man1.install 'sec.man' => 'sec.1' end - def test - system "#{bin}/sec --version" + test do + system "#{bin}/sec", "--version" end end -- cgit v1.2.3