blob: 179167068ea9afdf6ffde71957783151ca5165e7 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<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>
24file:// with unix path resolution behavior for the case of extra slashes
25</name>
26<command option="no-include">
27file:////%PWD/log/test%TESTNUMBER.txt
28</command>
29<precheck>
30perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
31</precheck>
32<file name="log/test%TESTNUMBER.txt">
33foo
34 bar
35bar
36 foo
37moo
38</file>
39</client>
40
41# Verify data after the test has been "shot"
42<verify>
43</verify>
44</testcase>