2017-11-24 07:39:18 -05:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
FILE
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
<reply>
|
2018-03-29 18:39:56 -04:00
|
|
|
<data>
|
|
|
|
foo
|
|
|
|
bar
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
moo
|
|
|
|
</data>
|
2017-11-24 07:39:18 -05:00
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
file
|
|
|
|
</server>
|
|
|
|
<name>
|
2018-03-29 18:39:56 -04:00
|
|
|
file:// with unix path resolution behavior for the case of extra slashes
|
2017-11-24 07:39:18 -05:00
|
|
|
</name>
|
|
|
|
<command>
|
2018-03-29 18:39:56 -04:00
|
|
|
file:////%PWD/log/test2072.txt
|
2017-11-24 07:39:18 -05:00
|
|
|
</command>
|
2018-03-29 18:39:56 -04:00
|
|
|
<precheck>
|
2018-08-22 06:26:21 -04:00
|
|
|
perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
|
2018-03-29 18:39:56 -04:00
|
|
|
</precheck>
|
|
|
|
<file name="log/test2072.txt">
|
2017-11-24 07:39:18 -05:00
|
|
|
foo
|
|
|
|
bar
|
|
|
|
bar
|
|
|
|
foo
|
|
|
|
moo
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|