mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
d81dbae19f
This way, we always have exactly one slash after the host name, making the tests pass when curl is compiled with the MSYS GCC. Closes https://github.com/curl/curl/pull/4512
42 lines
459 B
Plaintext
42 lines
459 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FILE
|
|
</keywords>
|
|
</info>
|
|
|
|
<reply>
|
|
<data>
|
|
foo
|
|
bar
|
|
bar
|
|
foo
|
|
moo
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
<name>
|
|
basic file:// file with "127.0.0.1" hostname
|
|
</name>
|
|
<command option="no-include">
|
|
file://127.0.0.1%FILE_PWD/log/test2070.txt
|
|
</command>
|
|
<file name="log/test2070.txt">
|
|
foo
|
|
bar
|
|
bar
|
|
foo
|
|
moo
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
</verify>
|
|
</testcase>
|