mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
27 lines
420 B
Plaintext
27 lines
420 B
Plaintext
|
# 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>
|