1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test76
Daniel Stenberg bf9a138276 more tests
2003-08-06 23:45:59 +00:00

30 lines
351 B
Plaintext

#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
none
</server>
<name>
HTTP, -O with no file name part in the URL
</name>
<command option=no-output>
http://%HOSTIP:%HOSTPORT/76/ -O
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<errorcode>
23
</errorcode>
</verify>