From 956daf37a0de03f5ffddc35bb85efcd33ee407da Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Thu, 9 Feb 2017 17:15:36 +0100 Subject: Use `Open3` for integration tests instead of manually forking. --- Library/Homebrew/test/options_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test/options_test.rb') diff --git a/Library/Homebrew/test/options_test.rb b/Library/Homebrew/test/options_test.rb index f38ec4415..09ea14180 100644 --- a/Library/Homebrew/test/options_test.rb +++ b/Library/Homebrew/test/options_test.rb @@ -9,7 +9,7 @@ class IntegrationCommandTestOptions < IntegrationCommandTestCase EOS assert_equal "--with-foo\n\tBuild with foo\n--without-bar\n\tBuild without bar support", - cmd_output("options", "testball").chomp + cmd("options", "testball").chomp end end -- cgit v1.2.3