mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
merges r21728 from trunk into ruby_1_9_1.
* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run tests without install. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4d70e4a706
commit
063d6c71ec
2 changed files with 6 additions and 1 deletions
|
@ -199,7 +199,7 @@ class TestProcess < Test::Unit::TestCase
|
|||
}
|
||||
end
|
||||
|
||||
MANDATORY_ENVS = []
|
||||
MANDATORY_ENVS = %w[RUBYLIB]
|
||||
if /linux/ =~ RbConfig::CONFIG['target_os']
|
||||
MANDATORY_ENVS << 'LD_PRELOAD'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue