1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "[rubygems/rubygems] Use a local temporary directory"

This reverts commit e98455f289.
This commit is contained in:
Hiroshi SHIBATA 2020-05-08 12:39:07 +09:00
parent 07d4ad935d
commit 20971d0df4
Notes: git 2020-05-08 14:14:04 +09:00

View file

@ -302,7 +302,6 @@ class Gem::TestCase < Minitest::Test
ENV['GEM_VENDOR'] = nil
ENV['GEMRC'] = nil
ENV['SOURCE_DATE_EPOCH'] = nil
ENV["TMPDIR"] = File.expand_path("tmp")
@current_dir = Dir.pwd
@fetcher = nil