зеркало из https://github.com/github/ruby.git
fix a test.
OpenSolaris cannot remove the current directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
cd2a49f3c7
Коммит
cef8a996be
|
@ -1175,7 +1175,9 @@ class TestProcess < Test::Unit::TestCase
|
|||
Dir.mkdir("vd")
|
||||
status = nil
|
||||
Dir.chdir("vd") {
|
||||
Dir.rmdir("#{d}/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")
|
||||
status = $?
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче