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