* test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround to

terminate child process.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
gotoyuzo 2004-07-16 05:56:44 +00:00
parent 449ca256cc
commit 97094af3ca
2 changed files with 2 additions and 9 deletions

View file

@ -50,12 +50,6 @@ tcps = TCPServer.new("0.0.0.0", port)
ssls = OpenSSL::SSL::SSLServer.new(tcps, ctx)
ssls.start_immediately = start_immediately
Thread.start{
while true
$stdin.gets || exit
end
}
$stdout.sync = true
$stdout.puts Process.pid