mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
`runtests.pl` defaults to `-` if a command is not set, sincec43ad0f972. Also: - drop a stray `</file>`. - replace a `nothing` with a guaranteed invalid hostname. Ref:4334033b43- replace unused URLs with `-`. Closes #18319
38 lines
421 B
Plaintext
38 lines
421 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
missing URL
|
|
</keywords>
|
|
</info>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
http
|
|
</features>
|
|
# tool is what to use instead of 'curl'
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
|
|
<name>
|
|
simple libcurl attempt operation without URL set
|
|
</name>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
3
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|