1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove extra call to setup to fix ENV['HOME'] pollution

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2008-09-30 04:20:07 +00:00
parent 9fad1aca4f
commit abf17f3586
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Sep 30 13:19:01 2008 Eric Hodel <drbrain@segment7.net>
* test/rubygems/test_gem_installer.rb: remove extra call to setup to
fix ENV['HOME'] pollution.
Tue Sep 30 13:04:11 2008 Ryan Davis <ryan@wrath.local>
* lib/mini/test.rb: Updated to 1.3.0 r4255.

View file

@ -713,7 +713,6 @@ load 'my_exec'
build_rake_in do
use_ui @ui do
setup
util_setup_gem
@installer.install
end