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:
parent
aa4ecfe7f7
commit
0e2d8c487c
Notes:
git
2020-07-31 21:08:07 +09:00
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue