aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-12-10 13:07:03 +0000
committerMike McQuaid2016-12-10 13:07:03 +0000
commite347f7ade38cc1695fc08e4f321751e800039929 (patch)
treed26655b08d9d385151116f39ca39b78dfdbfad84 /Library/Homebrew/test
parentf02491180b199c370d1f930eb6fa50326e14348a (diff)
downloadbrew-e347f7ade38cc1695fc08e4f321751e800039929.tar.bz2
reinstall/upgrade/install: always output options.
This is both easier for debugging and to communicate with users what is being done.
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