Remove BUNDLE_PATH from brew tests.

This commit is contained in:
Markus Reiter 2017-03-05 23:33:36 +01:00
parent 1fbd720e35
commit 18d4220cbf

View File

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