ipmiutil: fix test
This commit is contained in:
parent
c3e173bf43
commit
bd276fb87f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue