curl-curl/tests/data/test1558
Daniel Stenberg 71c9706959
tests: remove the 'none' server
Only actually needed servers should be listed and none is then implied
if no servers are listed.

Outputs a warning if "none" is still set as a server.

Closes #18466
2025-09-03 14:30:10 +02:00

44 lines
510 B
Plaintext

<testcase>
<info>
<keywords>
curl_easy_getinfo
CURLINFO_PROTOCOL
</keywords>
</info>
<reply>
</reply>
<client>
<features>
file
</features>
<tool>
lib%TESTNUMBER
</tool>
<name>
CURLINFO_PROTOCOL for file:// transfer
</name>
<command>
file://%FILE_PWD/%LOGDIR/data%TESTNUMBER
</command>
<file name="%LOGDIR/data%TESTNUMBER">
hello
</file>
</client>
#
# Verify that the test runs to completion without crashing
<verify>
<errorcode>
0
</errorcode>
<stdout>
hello
Protocol: 400
</stdout>
</verify>
</testcase>