artifactory: improve test

Closes #4586.

Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
This commit is contained in:
Zhiming Wang 2016-09-07 12:42:48 -04:00
parent a1f3a8c038
commit fb88caa91d

View file

@ -67,6 +67,6 @@ class Artifactory < Formula
end
test do
assert_match /Checking arguments to Artifactory/, pipe_output("#{bin}/artifactory.sh check")
assert_match "Checking arguments to Artifactory", pipe_output("#{bin}/artifactory.sh check")
end
end