Skip to content
Snippets Groups Projects
Commit 4f70064d authored by Dominyk Tiller's avatar Dominyk Tiller Committed by Xu Cheng
Browse files

test_diagnostic: update expected wording

parent 142be05c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment