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