From 67bdeb463a58a4e0936ed769583e98cba24ad43f Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 10 Feb 2017 19:28:40 -0800 Subject: Revert "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 09ea14180..f38ec4415 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("options", "testball").chomp + cmd_output("options", "testball").chomp end end -- cgit v1.2.3