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> 24file:// with Unix path resolution behavior for the case of extra slashes 25</name> 26<command option="no-include"> 27file:////%FILE_PWD/%LOGDIR/test%TESTNUMBER.txt 28</command> 29<precheck> 30%PERL -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="%LOGDIR/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> 45