diff options
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/test_diagnostic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb index 07bae8329..d53747bc5 100644 --- a/Library/Homebrew/test/test_diagnostic.rb +++ b/Library/Homebrew/test/test_diagnostic.rb @@ -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 |
