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

test 202 - two file:// URLs in one command line

parent 8b2861da
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@ EXTRA_DIST = \
test1 test102 test106 test13 test17 test300 test43 test8 \
test10 test103 test107 test14 test2 test33 test5 test9 \
test100 test104 test11 test15 test200 test4 test6 \
test101 test105 test12 test16 test3 test400 test7 test201
test101 test105 test12 test16 test3 test400 test7 test201 \
test202
# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<name>
two file:// URLs to stdout
</name>
<command>
file://localhost/%PWD/log/test202.txt file://localhost/%PWD/log/test202.txt
</command>
<file name="log/test202.txt">
contents in a single file
</file>
</test>
# Verify data after the test has been "shot"
<verify>
<stdout>
contents in a single file
contents in a single file
</stdout>
</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