sqtop: audit fixes (#3979)

This commit is contained in:
Miguel Araújo 2016-08-17 22:28:36 -03:00 committed by Dominyk Tiller
parent 335f55f184
commit 4c31f8c532

View file

@ -19,6 +19,6 @@ class Sqtop < Formula
end
test do
assert_match "#{version}", shell_output("#{bin}/sqtop --help")
assert_match version.to_s, shell_output("#{bin}/sqtop --help")
end
end