From 063d6c71ecf591d7bd362c533b768dcc33b8836c Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 28 Jan 2009 09:21:28 +0000 Subject: 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 --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index eda85c2e7f..8984caace1 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -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 -- cgit v1.2.3