summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 05:52:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-22 05:52:14 +0000
commit33f7e749989423a3cb53c1ec9a555f2fedb69c72 (patch)
tree7aafdd74bd358f8093c2c989b0264cf8042a3d26 /test/ruby
parent55bde4fbbd5e3ce449a44c8d0154127438cddf4a (diff)
* 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
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
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