mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
86e26996c7
Classic MinGW / MSYS 1 doesn't support `MSYS2_ARG_CONV_EXCL`, so this test unnecessarily failed when using `file:/` instead of `file:///`. Closes https://github.com/curl/curl/pull/4554
47 lines
505 B
Plaintext
47 lines
505 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl_easy_getinfo
|
|
CURLINFO_PROTOCOL
|
|
</keywords>
|
|
</info>
|
|
|
|
<reply>
|
|
</reply>
|
|
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
file
|
|
</features>
|
|
<tool>
|
|
lib1558
|
|
</tool>
|
|
|
|
<name>
|
|
CURLINFO_PROTOCOL for file:// transfer
|
|
</name>
|
|
<command>
|
|
file://%FILE_PWD/log/data1558
|
|
</command>
|
|
<file name="log/data1558">
|
|
hello
|
|
</file>
|
|
</client>
|
|
|
|
#
|
|
# Verify that the test runs to completion without crashing
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
<stdout>
|
|
hello
|
|
Protocol: 400
|
|
</stdout>
|
|
</verify>
|
|
|
|
</testcase>
|