diff options
| author | Mike McQuaid | 2017-02-11 09:33:09 +0000 |
|---|---|---|
| committer | GitHub | 2017-02-11 09:33:09 +0000 |
| commit | f5c258f3396bb2a8dcf1aa98a2d495be3a129d22 (patch) | |
| tree | 78d9fa7728bc8be3ab2342d7c95fb31a898e5e54 /Library/Homebrew/test/options_test.rb | |
| parent | c627939d5bdf3e4a0186426f91cfb67653b7f004 (diff) | |
| parent | 67bdeb463a58a4e0936ed769583e98cba24ad43f (diff) | |
| download | brew-f5c258f3396bb2a8dcf1aa98a2d495be3a129d22.tar.bz2 | |
Merge pull request #1985 from Homebrew/revert-1967-cmd_output
Revert "Use `Open3` for integration tests instead of manually forking."
Diffstat (limited to 'Library/Homebrew/test/options_test.rb')
| -rw-r--r-- | Library/Homebrew/test/options_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
