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:
parent
377c63366f
commit
572d9b93bb
Notes:
git
2020-02-13 10:38:07 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue