From 814646d39c4cc3b3232ff929e2dd47a95585e59b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 8 Jun 2013 21:26:18 -0500 Subject: chkrootkit: use test assertion --- Library/Formula/chkrootkit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/chkrootkit.rb b/Library/Formula/chkrootkit.rb index bb78997ff..d63bbbf3d 100644 --- a/Library/Formula/chkrootkit.rb +++ b/Library/Formula/chkrootkit.rb @@ -23,6 +23,6 @@ class Chkrootkit < Formula end test do - `#{sbin}/chkrootkit -V 2>&1`.strip == "chkrootkit version #{version}" + assert_equal "chkrootkit version #{version}", `#{sbin}/chkrootkit -V 2>&1`.strip end end -- cgit v1.2.3