1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test231
Marcel Raad d81dbae19f
tests: use %FILE_PWD for file:// URLs
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
2019-10-21 17:28:48 +02:00

39 lines
480 B
Plaintext

<testcase>
<info>
<keywords>
FILE
</keywords>
</info>
# Server-side
<reply>
# 16 bytes to check
<datacheck>
B01234567
C01234567
</datacheck>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
file:// with resume
</name>
<command option="no-include">
file://localhost%FILE_PWD/log/test231.txt -C 10
</command>
<file name="log/test231.txt">
A01234567
B01234567
C01234567
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>