xref: /curl/tests/data/test288 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<data>
11foo
12   bar
13bar
14   foo
15moo
16</data>
17</reply>
18
19# Client-side
20<client>
21<server>
22none
23</server>
24<features>
25file
26</features>
27<name>
28file:// with (unsupported) proxy, authentication and range
29</name>
30<setenv>
31all_proxy=http://fake:user@%HOSTIP:%NOLISTENPORT/
32</setenv>
33<command option="no-include">
34file://localhost%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt
35</command>
36<file name="%LOGDIR/test%TESTNUMBER.txt">
37foo
38   bar
39bar
40   foo
41moo
42</file>
43</client>
44
45# Verify data after the test has been "shot"
46<verify>
47</verify>
48</testcase>
49