From 4f70064d73455afee3ec9ff341a74e769ddb9f65 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 21 Mar 2016 16:32:19 +0000 Subject: [PATCH] test_diagnostic: update expected wording --- Library/Homebrew/test/test_diagnostic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb index 07bae8329e..d53747bc55 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