aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-12-28 21:01:45 -0600
committerJack Nagel2013-12-28 21:01:45 -0600
commita2e44659a1f759d13d5a067d8fa6da0ecb974941 (patch)
tree37a719757d8986cf996af3f84b7c6662284bec0f
parent874273df6ab6020f639acb1b22c6d6fafbc7e2b6 (diff)
downloadhomebrew-a2e44659a1f759d13d5a067d8fa6da0ecb974941.tar.bz2
chkrootkit: fix test
-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