mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 11:03:58 +02:00
delete RUBYLIB for ruby spawned in test_no_curdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
853dd6cabe
commit
e1b928c598
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
status = nil
|
||||
Dir.chdir("vd") {
|
||||
Dir.rmdir("#{d}/vd")
|
||||
system(RUBY, "-e", "exit true")
|
||||
system({"RUBYLIB"=>nil}, RUBY, "-e", "exit true")
|
||||
status = $?
|
||||
}
|
||||
assert(status.success?, "[ruby-dev:38105]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue