blob: f5efc07328f2bfabc062247488f3672ef09a90eb [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<data>
11</data>
12</reply>
13
14# Client-side
15<client>
16<server>
17file
18</server>
19 <name>
20two file:// URLs to stdout
21 </name>
22<command option="no-include">
23file://localhost%FILE_PWD/log/test%TESTNUMBER.txt FILE://localhost%FILE_PWD/log/test%TESTNUMBER.txt
24</command>
25<file name="log/test%TESTNUMBER.txt">
26contents in a single file
27</file>
28</client>
29
30# Verify data after the test has been "shot"
31<verify>
32<stdout>
33contents in a single file
34contents in a single file
35</stdout>
36</verify>
37</testcase>