mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run
tests without install. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55bde4fbbd
commit
33f7e74998
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