Git init
[external/curl.git] / tests / data / test202
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 </data>
6 </reply>
7
8 # Client-side
9 <client>
10 <server>
11 file
12 </server>
13  <name>
14 two file:// URLs to stdout
15  </name>
16  <command>
17 file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt
18 </command>
19 <file name="log/test202.txt">
20 contents in a single file
21 </file>
22 </client>
23
24 # Verify data after the test has been "shot"
25 <verify>
26 <stdout>
27 contents in a single file
28 contents in a single file
29 </stdout>
30 </verify>
31 </testcase>