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

[rubygems/rubygems] unset XDG_* environmental variables for testing of rubygems.

https://github.com/rubygems/rubygems/commit/539fd9a39a
This commit is contained in:
Hiroshi SHIBATA 2020-07-31 14:02:42 +09:00
parent aa4ecfe7f7
commit 0e2d8c487c
Notes: git 2020-07-31 21:08:07 +09:00

View file

@ -296,6 +296,9 @@ class Gem::TestCase < Minitest::Test
ENV['GEM_VENDOR'] = nil
ENV['GEMRC'] = nil
ENV['XDG_CACHE_HOME'] = nil
ENV['XDG_CONFIG_HOME'] = nil
ENV['XDG_DATA_HOME'] = nil
ENV['SOURCE_DATE_EPOCH'] = nil
ENV["TMPDIR"] = @tmp