curl/tests/data/test1508
Dan Fandrich e7a021e135 tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically.

Ref: #10818
2023-03-30 09:53:57 -07:00

32 lines
408 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>
<command>
http://%HOSTIP:%NOLISTENPORT/path/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<file name="%LOGDIR/stdout%TESTNUMBER">
We are done
</file>
</verify>
</testcase>