From 33f7e749989423a3cb53c1ec9a555f2fedb69c72 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Jan 2009 05:52:14 +0000 Subject: * 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 --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 2be4e0d8a3..33885f480d 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