mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8409156e24
commit
f52c2cc24d
10 changed files with 40 additions and 277 deletions
|
@ -1210,8 +1210,8 @@ class TestProcess < Test::Unit::TestCase
|
|||
Dir.chdir("vd") {
|
||||
dir = "#{d}/vd"
|
||||
# OpenSolaris cannot remove the current directory.
|
||||
system(RUBY, "-e", "Dir.chdir '..'; Dir.rmdir #{dir.dump}")
|
||||
system({"RUBYLIB"=>nil}, RUBY, "-e", "exit true")
|
||||
system(RUBY, "--disable-gems", "-e", "Dir.chdir '..'; Dir.rmdir #{dir.dump}")
|
||||
system({"RUBYLIB"=>nil}, RUBY, "--disable-gems", "-e", "exit true")
|
||||
status = $?
|
||||
}
|
||||
assert(status.success?, "[ruby-dev:38105]")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue