Merge pull request #2271 from reitermarkus/brew-tests

Remove `BUNDLE_PATH` from `brew tests`.
This commit is contained in:
Markus Reiter 2017-03-06 00:18:55 +01:00 committed by GitHub
commit c349b37b4f

View File

@ -28,7 +28,6 @@ module Homebrew
end
ENV["BUNDLE_GEMFILE"] = "#{HOMEBREW_LIBRARY_PATH}/test/Gemfile"
ENV["BUNDLE_PATH"] = "#{HOMEBREW_LIBRARY_PATH}/vendor/bundle"
# Override author/committer as global settings might be invalid and thus
# will cause silent failure during the setup of dummy Git repositories.