mirror of
https://github.com/curl/curl.git
synced 2026-04-17 20:31:42 +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
29 lines
296 B
Text
29 lines
296 B
Text
<testcase>
|
|
<info>
|
|
<keywords>
|
|
CURLOPT_PROTOCOLS_STR
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
CURLOPT_PROTOCOLS_STR
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
Tested 15 strings
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|