Revert r44778 #9375

It breaks test-all if all tests are in a single process


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-02-01 08:19:06 +00:00
parent 3efb494a21
commit 8f87be4e22
30 changed files with 163 additions and 256 deletions

View file

@ -169,9 +169,9 @@ lib/foo.rb
end
expected = [
File.join(RbConfig::CONFIG['bindir'], 'default_command'),
File.join(RbConfig::CONFIG['rubylibdir'], 'default/gem.rb'),
File.join(RbConfig::CONFIG['archdir'], 'default_gem.so')
File.join(Gem::ConfigMap[:bindir], 'default_command'),
File.join(Gem::ConfigMap[:rubylibdir], 'default/gem.rb'),
File.join(Gem::ConfigMap[:archdir], 'default_gem.so')
].sort.join "\n"
assert_equal expected, @ui.output.chomp