aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_diagnostic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_diagnostic.rb')
-rw-r--r--Library/Homebrew/test/test_diagnostic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_diagnostic.rb b/Library/Homebrew/test/test_diagnostic.rb
index 33cf27b74..aa2e44cfc 100644
--- a/Library/Homebrew/test/test_diagnostic.rb
+++ b/Library/Homebrew/test/test_diagnostic.rb
@@ -146,7 +146,7 @@ class DiagnosticChecksTest < Homebrew::TestCase
FileUtils.chmod 0755, file
ENV["PATH"] = "#{path}#{File::PATH_SEPARATOR}#{ENV["PATH"]}"
- assert_match %("config" scripts exist),
+ assert_match '"config" scripts exist',
@checks.check_for_config_scripts
end
end