curl/tests/data/test502

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

48 lines
529 B
Plaintext
Raw Normal View History

<testcase>
2008-11-12 05:58:41 +08:00
<info>
<keywords>
FILE
</keywords>
</info>
2002-12-13 21:39:39 +08:00
#
# Server-side
<reply>
<data>
2002-12-13 21:39:39 +08:00
foo
bar swsclose
2002-12-13 21:39:39 +08:00
bar
foo
moo
</data>
</reply>
# Client-side
<client>
<server>
file
</server>
# tool is what to use instead of 'curl'
<tool>
lib%TESTNUMBER
2002-12-13 21:39:39 +08:00
</tool>
<name>
2002-12-13 21:39:39 +08:00
simple multi file:// get
</name>
<command>
file://%PWD/%LOGDIR/test%TESTNUMBER.txt
2002-12-13 21:39:39 +08:00
</command>
<file name="%LOGDIR/test%TESTNUMBER.txt">
2002-12-13 21:39:39 +08:00
foo
bar swsclose
2002-12-13 21:39:39 +08:00
bar
foo
moo
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>