diff options
| author | Dominyk Tiller | 2016-03-21 16:32:19 +0000 |
|---|---|---|
| committer | Xu Cheng | 2016-03-22 18:55:19 +0800 |
| commit | 4f70064d73455afee3ec9ff341a74e769ddb9f65 (patch) | |
| tree | 1e2c2e5fb3b617342cf34f703bda6e595152f5c2 | |
| parent | 142be05c0f6070c71fa3dc38e86711bdca372fb5 (diff) | |
| download | brew-4f70064d73455afee3ec9ff341a74e769ddb9f65.tar.bz2 | |
test_diagnostic: update expected wording
| -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 |
