xref: /curl/tests/data/test1063 (revision 18f1cd7a)
1<testcase>
2<info>
3<keywords>
4FILE
5Range
6FAILURE
7</keywords>
8</info>
9
10# Server-side
11<reply>
12<data>
13</data>
14</reply>
15
16# Client-side
17<client>
18<server>
19none
20</server>
21<features>
22file
23Largefile
24</features>
25<name>
26Invalid large X- range on a file://
27</name>
28# This range value is 2**32+7, which will be truncated to the valid value 7
29# if the large file support is not working correctly
30<command>
31-r 4294967303- file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
32</command>
33<file name="%LOGDIR/test%TESTNUMBER.txt">
341234567890
351234567890
36</file>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41<errorcode>
4236
43</errorcode>
44</verify>
45</testcase>
46