mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
6f750f3b57
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!
33 lines
414 B
Plaintext
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>
|