1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test231
Daniel Stenberg 6f750f3b57 Dmitriy Sergeyev reported a regression: resumed file:// transfers broke
after 7.16.2. This is much due to the different treatment file:// gets
internally, but now I added test 231 to make it less likely to happen again
without us noticing!
2007-08-02 14:09:08 +00:00

33 lines
414 B
Plaintext

<testcase>
# Server-side
<reply>
# 16 bytes to check
<datacheck>
B01234567
C01234567
</datacheck>
</reply>
# Client-side
<client>
<server>
file
</server>
<name>
file:// with resume
</name>
<command>
file://localhost/%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>