aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-12-10 18:12:36 +0000
committerGitHub2016-12-10 18:12:36 +0000
commit51c31f4d515567b66333a031d8c8c62c7239ddba (patch)
tree961938fb91b9e685749d10cb0274a83c2f1faa93 /Library/Homebrew/test
parenta566540c46563b1ea84158c963134862167ca993 (diff)
parente347f7ade38cc1695fc08e4f321751e800039929 (diff)
downloadbrew-51c31f4d515567b66333a031d8c8c62c7239ddba.tar.bz2
Merge pull request #1642 from MikeMcQuaid/always-output-options
reinstall/upgrade/install: always output options.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/reinstall_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/reinstall_test.rb b/Library/Homebrew/test/reinstall_test.rb
index 73877b35d..613c06188 100644
--- a/Library/Homebrew/test/reinstall_test.rb
+++ b/Library/Homebrew/test/reinstall_test.rb
@@ -8,7 +8,7 @@ class IntegrationCommandTestReinstall < IntegrationCommandTestCase
foo_dir = HOMEBREW_CELLAR/"testball/0.1/foo"
assert foo_dir.exist?
foo_dir.rmtree
- assert_match "Reinstalling testball with --with-foo",
+ assert_match "Reinstalling testball --with-foo",
cmd("reinstall", "testball")
assert foo_dir.exist?
end