From 71104c3356e39ae012a89055e1426537af116078 Mon Sep 17 00:00:00 2001 From: mame Date: Sat, 17 Apr 2010 11:38:04 +0000 Subject: * test/ruby/envutil.rb: update Gem::ConfigMap to fake environment for tests. Some test of rubygems had failed because envutil.rb changed only RbConfig::CONFIG but not Gem::ConfigMap. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/envutil.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/envutil.rb b/test/ruby/envutil.rb index 1954dfc221..65b2f77915 100644 --- a/test/ruby/envutil.rb +++ b/test/ruby/envutil.rb @@ -216,5 +216,6 @@ else CONFIG['bindir'] = dir CONFIG['ruby_install_name'] = name CONFIG['RUBY_INSTALL_NAME'] = name + Gem::ConfigMap[:bindir] = dir end end -- cgit v1.2.3