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

support multi-run test for test/webrick/test_filehandler.rb

This commit is contained in:
S-H-GAMELINKS 2020-02-10 03:09:22 +00:00 committed by Koichi Sasada
parent 377c63366f
commit 572d9b93bb
Notes: git 2020-02-13 10:38:07 +09:00

View file

@ -103,6 +103,7 @@ class WEBrick::TestFileHandler < Test::Unit::TestCase
bug2593 = '[ruby-dev:40030]'
TestWEBrick.start_httpserver(config) do |server, addr, port, log|
server[:DocumentRootOptions][:NondisclosureName] = []
http = Net::HTTP.new(addr, port)
req = Net::HTTP::Get.new("/")
http.request(req){|res|