aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:19 -0500
committerJack Nagel2013-03-26 00:02:38 -0500
commitc16b89e16dc7c158344cf33e031e52bd0ce55756 (patch)
tree9e6a4d6d78f39f1bcb8f9226e50a89af60cfb74d /Library/Formula
parentf1f270be62dd783a4fb080ce1e857e2679e13b41 (diff)
downloadhomebrew-c16b89e16dc7c158344cf33e031e52bd0ce55756.tar.bz2
ipmiutil: fix test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ipmiutil.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ipmiutil.rb b/Library/Formula/ipmiutil.rb
index 4a42f9733..b0e68e3e0 100644
--- a/Library/Formula/ipmiutil.rb
+++ b/Library/Formula/ipmiutil.rb
@@ -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