mirror of
https://github.com/curl/curl.git
synced 2026-04-15 17:01:43 +03:00
`runtests.pl` defaults to `-` if a command is not set, since
c43ad0f972.
Also:
- drop a stray `</file>`.
- replace a `nothing` with a guaranteed invalid hostname.
Ref: https://github.com/curl/curl/pull/18263/commits/4334033b43acca9b01ba43e08e611c8654feb84d
- replace unused URLs with `-`.
Closes #18319
34 lines
390 B
Text
34 lines
390 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
MULTI
|
|
</keywords>
|
|
</info>
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
# tool is what to use instead of 'curl'
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
|
|
<name>
|
|
multi - add many easy handles
|
|
</name>
|
|
</client>
|
|
|
|
# 1000 easy handles needs memory
|
|
<verify>
|
|
<limits>
|
|
Maximum allocated: 6000000
|
|
Allocations: 7000
|
|
</limits>
|
|
</verify>
|
|
</testcase>
|