Discard RDOCOPT environment variable to make tests stable
This commit is contained in:
parent
09e7a0c4a4
commit
298d65b1e4
@ -25,6 +25,7 @@ class TestRDocRubygemsHook < Test::Unit::TestCase
|
||||
SOURCE_DATE_EPOCH
|
||||
BUNDLER_VERSION
|
||||
HOME
|
||||
RDOCOPT
|
||||
].map {|e| [e, ENV.delete(e)]}.to_h
|
||||
ENV["HOME"] = @tempdir
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user