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

This commit is contained in:
Daniel Stenberg
2001-08-07 09:21:30 +00:00
parent 8b2861da85
commit ed786290e2
2 changed files with 28 additions and 1 deletions

26
tests/data/test202 Normal file
View File

@@ -0,0 +1,26 @@
# 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>