Git init
[external/curl.git] / tests / data / test1016
1 <testcase>
2 <info>
3 <keywords>
4 FILE
5 Range
6 </keywords>
7 </info>
8
9 <reply>
10 <data>
11 </data>
12 </reply>
13
14 # Client-side
15 <client>
16 <server>
17 none
18 </server>
19 <features>
20 file
21 </features>
22  <name>
23 X-Y range on a file:// URL to stdout
24  </name>
25  <command>
26 -r 1-4 file://localhost/%PWD/log/test1016.txt 
27 </command>
28 <file name="log/test1016.txt">
29 1234567890
30 </file>
31 </client>
32
33 # Verify data after the test has been "shot"
34 <verify>
35 <stdout nonewline="yes">
36 2345
37 </stdout>
38 </verify>
39 </testcase>