blob: 02732b4836d66e9e4ae07ed42aa2f30688084d05 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FILE
5Range
6</keywords>
7</info>
8
9# Server-side
10<reply>
11<data>
12</data>
13</reply>
14
15# Client-side
16<client>
17<server>
18none
19</server>
20<features>
21file
22</features>
23 <name>
24X- range on a file:// URL to stdout
25 </name>
26<command option="no-include">
27-r 7- file://localhost%FILE_PWD/log/test%TESTNUMBER.txt
28</command>
29<file name="log/test%TESTNUMBER.txt">
301234567890
311234567890
32</file>
33</client>
34
35# Verify data after the test has been "shot"
36<verify>
37<stdout>
38890
391234567890
40</stdout>
41</verify>
42</testcase>