diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sec.rb | 4 |
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 |
