mirror of
https://github.com/curl/curl.git
synced 2026-04-14 13:01: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
29 lines
338 B
Plaintext
29 lines
338 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
multi
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<name>
|
|
Close a multi handle without using it
|
|
</name>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<file name="%LOGDIR/stdout%TESTNUMBER">
|
|
We are done
|
|
</file>
|
|
</verify>
|
|
</testcase>
|