Merge pull request #12013 from Bo98/test-install-prerelease

test/cmd/(re)install_spec: don't fail on prerelease macOS
This commit is contained in:
Mike McQuaid 2021-09-10 12:55:48 +01:00 committed by GitHub
commit eda7da3ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ module Homebrew
def check_for_unsupported_macos
return if Homebrew::EnvConfig.developer?
return if ENV["HOMEBREW_INTEGRATION_TEST"]
who = +"We"
what = if OS::Mac.version.prerelease?