diff options
| author | Mike McQuaid | 2017-04-25 13:12:11 +0100 |
|---|---|---|
| committer | GitHub | 2017-04-25 13:12:11 +0100 |
| commit | 584ea84548573e1b796362c22f882643a56ddd09 (patch) | |
| tree | e1687c4f676c55868fdfa9ac97225fcca5d03a70 /Library/Homebrew/test/cmd | |
| parent | a3b6cbe23d9fe27008c7610d3b0146200eee1195 (diff) | |
| parent | 18c2713df4a153ae815de9ca99e51ae8ed6aae28 (diff) | |
| download | brew-584ea84548573e1b796362c22f882643a56ddd09.tar.bz2 | |
Merge pull request #2547 from MikeMcQuaid/improve-install-upgrade-message
formula_installer: improve install/upgrade message
Diffstat (limited to 'Library/Homebrew/test/cmd')
| -rw-r--r-- | Library/Homebrew/test/cmd/install_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/cmd/install_spec.rb b/Library/Homebrew/test/cmd/install_spec.rb index 034bdd53f..b819c17be 100644 --- a/Library/Homebrew/test/cmd/install_spec.rb +++ b/Library/Homebrew/test/cmd/install_spec.rb @@ -77,7 +77,7 @@ describe "brew install", :integration_test do EOS expect { brew "install", "testball1" } - .to output(/first `brew unlink testball1`/).to_stderr + .to output(/`brew upgrade testball1`/).to_stderr .and not_to_output.to_stdout .and be_a_failure |
