Merge pull request #19139 from Homebrew/tests_no_force_brew_wrapper

dev-cmd/tests: disable forcing `brew` wrapper in tests.
This commit is contained in:
Mike McQuaid 2025-01-23 17:28:25 +00:00 committed by GitHub
commit 1f55c1272d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,6 +215,7 @@ module Homebrew
ENV["HOMEBREW_TEST_GENERIC_OS"] = "1" if args.generic?
ENV["HOMEBREW_TEST_ONLINE"] = "1" if args.online?
ENV["HOMEBREW_SORBET_RUNTIME"] = "1"
ENV["HOMEBREW_NO_FORCE_BREW_WRAPPER"] = "1"
# TODO: remove this and fix tests when possible.
ENV["HOMEBREW_NO_INSTALL_FROM_API"] = "1"