diff options
| author | Markus Reiter | 2017-02-09 17:15:36 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-02-09 17:17:48 +0100 |
| commit | 956daf37a0de03f5ffddc35bb85efcd33ee407da (patch) | |
| tree | 90d0c0fc2f7629336bdeb6be6a3e932fe2921915 /Library/Homebrew/test/options_test.rb | |
| parent | 9aa4888d2b45c7a07a95183cc4c026d828391914 (diff) | |
| download | brew-956daf37a0de03f5ffddc35bb85efcd33ee407da.tar.bz2 | |
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 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 |
