ipmiutil: fix test

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

View file

@ -26,8 +26,8 @@ class Ipmiutil < Formula
"install"
end
def test
system "#{bin}/ipmiutil delloem help"
test do
system "#{bin}/ipmiutil", "delloem", "help"
end
end