aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/bottle_test.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-09 17:15:36 +0100
committerMarkus Reiter2017-02-09 17:17:48 +0100
commit956daf37a0de03f5ffddc35bb85efcd33ee407da (patch)
tree90d0c0fc2f7629336bdeb6be6a3e932fe2921915 /Library/Homebrew/test/bottle_test.rb
parent9aa4888d2b45c7a07a95183cc4c026d828391914 (diff)
downloadbrew-956daf37a0de03f5ffddc35bb85efcd33ee407da.tar.bz2
Use `Open3` for integration tests instead of manually forking.
Diffstat (limited to 'Library/Homebrew/test/bottle_test.rb')
-rw-r--r--Library/Homebrew/test/bottle_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/bottle_test.rb b/Library/Homebrew/test/bottle_test.rb
index c10746e09..7981ccf79 100644
--- a/Library/Homebrew/test/bottle_test.rb
+++ b/Library/Homebrew/test/bottle_test.rb
@@ -14,7 +14,7 @@ class IntegrationCommandTestBottle < IntegrationCommandTestCase
FileUtils.ln_s "not-exist", "symlink"
end
assert_match(/testball-0\.1.*\.bottle\.tar\.gz/,
- cmd_output("bottle", "--no-rebuild", "testball"))
+ cmd("bottle", "--no-rebuild", "testball"))
ensure
FileUtils.rm_f Dir["testball-0.1*.bottle.tar.gz"]
end