mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Discard RDOCOPT environment variable to make tests stable
This commit is contained in:
parent
09e7a0c4a4
commit
298d65b1e4
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class TestRDocRubygemsHook < Test::Unit::TestCase
|
||||||
SOURCE_DATE_EPOCH
|
SOURCE_DATE_EPOCH
|
||||||
BUNDLER_VERSION
|
BUNDLER_VERSION
|
||||||
HOME
|
HOME
|
||||||
|
RDOCOPT
|
||||||
].map {|e| [e, ENV.delete(e)]}.to_h
|
].map {|e| [e, ENV.delete(e)]}.to_h
|
||||||
ENV["HOME"] = @tempdir
|
ENV["HOME"] = @tempdir
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue