tests: delete HOMEBREW_INSTALL_CLEANUP for test consistency.

This commit is contained in:
Mike McQuaid 2018-12-30 20:05:29 +00:00
parent e6f17f2316
commit 438939cea5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -61,6 +61,7 @@ module Homebrew
ENV.delete("HOMEBREW_NO_GITHUB_API")
ENV.delete("HOMEBREW_NO_EMOJI")
ENV.delete("HOMEBREW_DEVELOPER")
ENV.delete("HOMEBREW_INSTALL_CLEANUP")
ENV["HOMEBREW_NO_ANALYTICS_THIS_RUN"] = "1"
ENV["HOMEBREW_NO_COMPAT"] = "1" if args.no_compat?
ENV["HOMEBREW_TEST_GENERIC_OS"] = "1" if args.generic?