sec: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:21 -05:00
parent 1f85cf3460
commit 0ae598a2b7

View file

@ -10,7 +10,7 @@ class Sec < Formula
man1.install 'sec.man' => 'sec.1' man1.install 'sec.man' => 'sec.1'
end end
def test test do
system "#{bin}/sec --version" system "#{bin}/sec", "--version"
end end
end end