From e330047ff9881eee9cbad8828ed1ef2f16b3050e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 26 Nov 2016 16:32:48 +0000 Subject: diagnostic: silence a Jenkins doctor warning. Allow our Jenkins CI testing for Homebrew/brew to live outside of `/usr/local` without complaint (as it's not using any binary packages anyway). --- Library/Homebrew/test/diagnostic_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/diagnostic_test.rb b/Library/Homebrew/test/diagnostic_test.rb index aa2e44cfc..c9bb524b0 100644 --- a/Library/Homebrew/test/diagnostic_test.rb +++ b/Library/Homebrew/test/diagnostic_test.rb @@ -84,6 +84,7 @@ class DiagnosticChecksTest < Homebrew::TestCase end def test_check_homebrew_prefix + ENV.delete("JENKINS_HOME") # the integration tests are run in a special prefix assert_match "Your Homebrew's prefix is not /usr/local.", @checks.check_homebrew_prefix -- cgit v1.2.3