xref: /curl/tests/data/test2071 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7
8<reply>
9<data>
10foo
11   bar
12bar
13   foo
14moo
15</data>
16</reply>
17
18# Client-side
19<client>
20<server>
21file
22</server>
23<name>
24basic file:// file with "127.0.0.1" hostname
25</name>
26<command option="no-include">
27file://127.0.0.1%FILE_PWD/%LOGDIR/test2070.txt
28</command>
29<file name="%LOGDIR/test2070.txt">
30foo
31   bar
32bar
33   foo
34moo
35</file>
36</client>
37
38# Verify data after the test has been "shot"
39<verify>
40</verify>
41</testcase>
42