aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chkrootkit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/chkrootkit.rb')
-rw-r--r--Library/Formula/chkrootkit.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/chkrootkit.rb b/Library/Formula/chkrootkit.rb
index 2f77fb4b1..1d1f0990f 100644
--- a/Library/Formula/chkrootkit.rb
+++ b/Library/Formula/chkrootkit.rb
@@ -18,6 +18,7 @@ class Chkrootkit < Formula
end
test do
- assert_equal "chkrootkit version #{version}", `#{bin}/chkrootkit -V 2>&1`.strip
+ assert_equal "chkrootkit version #{version}",
+ shell_output("#{bin}/chkrootkit -V 2>&1", 1).strip
end
end