From 15b4118389b440a513fa1b83c07f452d9257bc0f Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 22 Aug 2015 19:37:27 +0100 Subject: [PATCH] artifactory: use pipe_output --- Formula/artifactory.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/artifactory.rb b/Formula/artifactory.rb index 4671ba5730..fa070ec638 100644 --- a/Formula/artifactory.rb +++ b/Formula/artifactory.rb @@ -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