aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-10-02 18:37:46 +0100
committerGitHub2016-10-02 18:37:46 +0100
commit564fa8867dd865c686d243ba48c202e0cb6a35fe (patch)
tree5c2329902c7ab8d995b4bff461cc408bdb5e8c49 /Library/Homebrew/test
parentf7d1f4eca69d8a40bb8cd5c317ad20aa5d5bc128 (diff)
parent8a57fee68c4a52b371d94f878c2fac495fa1ff95 (diff)
downloadbrew-564fa8867dd865c686d243ba48c202e0cb6a35fe.tar.bz2
Merge pull request #1213 from MikeMcQuaid/diagnostic-messages
*/diagnostic: tweak messaging.
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_diagnostic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb
index 37f56e961..b9b995f0f 100644
--- a/Library/Homebrew/test/test_diagnostic.rb
+++ b/Library/Homebrew/test/test_diagnostic.rb
@@ -85,7 +85,7 @@ class DiagnosticChecksTest < Homebrew::TestCase
def test_check_homebrew_prefix
# the integration tests are run in a special prefix
- assert_match "Your Homebrew is not installed to /usr/local",
+ assert_match "Your Homebrew's prefix is not /usr/local.",
@checks.check_homebrew_prefix
end