Skip to content
Snippets Groups Projects
Commit 978541ad authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

test 502, multi interface with file://

parent 637bce27
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,4 @@ test107 test116 test125 test2 test26 test33 test45 test126 \
test304 test39 test32 test128 test48 test306 \
test130 test131 test132 test133 test134 test135 test403 test305 \
test49 test50 test51 test52 test53 test54 test55 test56 \
test500 test501
test500 test501 test502
#
# Server-side
<reply>
<data>
foo
bar
bar
foo
moo
</data>
</reply>
# Client-side
<client>
<server>
file
</server>
# tool is what to use instead of 'curl'
<tool>
lib502
</tool>
<name>
simple multi file:// get
</name>
<command>
file:///%PWD/log/test502.txt
</command>
<file name="log/test502.txt">
foo
bar
bar
foo
moo
</file>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment