aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:21 -0500
committerJack Nagel2013-03-26 00:02:43 -0500
commit03d76af510ffd8e333a93fa43f11bfe3cea6d78a (patch)
treee4449d1007f07b470924db3e4640563bf9a306c7 /Library
parent41f7886cff8968d81512dcde9c297f4d58351a2a (diff)
downloadhomebrew-03d76af510ffd8e333a93fa43f11bfe3cea6d78a.tar.bz2
sec: fix test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sec.rb4
1 files changed, 2 insertions, 2 deletions
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