aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/support
diff options
context:
space:
mode:
authorMike McQuaid2017-04-23 09:45:47 +0100
committerGitHub2017-04-23 09:45:47 +0100
commit11acadaa50c1b42f84e21ff42439a10aa9671cd6 (patch)
tree41c48c75fda40ceb9c3739bce42f568a38b3f6f7 /Library/Homebrew/test/support
parentcb17a80577bbf8812ca4ee6eef97039cd34ebe3e (diff)
parentd02b4f321d01fbd4cd2b4c1bd76d1f06d1612126 (diff)
downloadbrew-11acadaa50c1b42f84e21ff42439a10aa9671cd6.tar.bz2
Merge pull request #2524 from MikeMcQuaid/more-env-filtering-fixes
Hide sensitive tokens from install/test/post.
Diffstat (limited to 'Library/Homebrew/test/support')
-rw-r--r--Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb
index b037068d2..ae1854f58 100644
--- a/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb
+++ b/Library/Homebrew/test/support/helper/spec/shared_context/integration_test.rb
@@ -72,6 +72,7 @@ RSpec.shared_context "integration test" do
env.merge!(
"PATH" => path,
+ "HOMEBREW_PATH" => path,
"HOMEBREW_BREW_FILE" => HOMEBREW_PREFIX/"bin/brew",
"HOMEBREW_INTEGRATION_TEST" => command_id_from_args(args),
"HOMEBREW_TEST_TMPDIR" => TEST_TMPDIR,