test_diagnostic: update expected wording

This commit is contained in:
Dominyk Tiller 2016-03-21 16:32:19 +00:00 committed by Xu Cheng
parent 142be05c0f
commit 4f70064d73

View File

@ -61,7 +61,7 @@ class DiagnosticChecksTest < Homebrew::TestCase
mod = HOMEBREW_REPOSITORY.stat.mode & 0777
HOMEBREW_REPOSITORY.chmod 0555
assert_match "The #{HOMEBREW_REPOSITORY} is not writable.",
assert_match "#{HOMEBREW_REPOSITORY} is not writable.",
@checks.check_access_homebrew_repository
ensure
HOMEBREW_REPOSITORY.chmod mod