xref: /curl/tests/data/test1558 (revision e7a021e1)
1<testcase>
2<info>
3<keywords>
4curl_easy_getinfo
5CURLINFO_PROTOCOL
6</keywords>
7</info>
8
9<reply>
10</reply>
11
12<client>
13<server>
14none
15</server>
16<features>
17file
18</features>
19<tool>
20lib%TESTNUMBER
21</tool>
22
23<name>
24CURLINFO_PROTOCOL for file:// transfer
25</name>
26<command>
27file://%FILE_PWD/%LOGDIR/data%TESTNUMBER
28</command>
29<file name="%LOGDIR/data%TESTNUMBER">
30hello
31</file>
32</client>
33
34#
35# Verify that the test runs to completion without crashing
36<verify>
37<errorcode>
380
39</errorcode>
40<stdout>
41hello
42Protocol: 400
43</stdout>
44</verify>
45
46</testcase>
47