diff options
| author | ilovezfs | 2017-02-10 19:28:40 -0800 |
|---|---|---|
| committer | GitHub | 2017-02-10 19:28:40 -0800 |
| commit | 67bdeb463a58a4e0936ed769583e98cba24ad43f (patch) | |
| tree | 78d9fa7728bc8be3ab2342d7c95fb31a898e5e54 /Library/Homebrew/test/options_test.rb | |
| parent | c627939d5bdf3e4a0186426f91cfb67653b7f004 (diff) | |
| download | brew-67bdeb463a58a4e0936ed769583e98cba24ad43f.tar.bz2 | |
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 |
