mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
bf7023d165
Similar to test 76 but that test's URL has a slash just no file name part.
40 lines
437 B
Plaintext
40 lines
437 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
http
|
|
</features>
|
|
<name>
|
|
HTTP, -O with no slash at all in the URL
|
|
</name>
|
|
<command option="no-output">
|
|
%HOSTIP:%HTTPPORT -O
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<strip>
|
|
^User-Agent:.*
|
|
</strip>
|
|
<errorcode>
|
|
23
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|