hyperestraier: fix test

This commit is contained in:
Jack Nagel 2013-03-25 13:35:18 -05:00
parent ebd5c74126
commit c3e173bf43

View file

@ -84,7 +84,7 @@ class Hyperestraier < Formula
system "make install-mac"
end
def test
system "#{bin}/estcmd version"
test do
system "#{bin}/estcmd", "version"
end
end