artifactory: use pipe_output
This commit is contained in:
parent
7472beb31b
commit
15b4118389
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ class Artifactory < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
assert_match /Checking arguments to Artifactory/, `#{bin}/artifactory.sh check`
|
||||
assert_match /Checking arguments to Artifactory/, pipe_output("#{bin}/artifactory.sh check")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue