From 9dfd0243e14cb9d526c61cc579096d0fe44fc47a Mon Sep 17 00:00:00 2001 From: Reinaldo Junior Date: Thu, 3 Apr 2014 18:11:06 -0300 Subject: [PATCH] fixes test hook --- Library/Formula/sysdig.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/sysdig.rb b/Library/Formula/sysdig.rb index a5cec0deaf3c..c7b961eeab40 100644 --- a/Library/Formula/sysdig.rb +++ b/Library/Formula/sysdig.rb @@ -19,6 +19,6 @@ def install end test do - system "#{bin}/sysdig" + system "#{bin}/sysdig", "-h" end end