mirror of
https://github.com/moparisthebest/curl
synced 2024-11-02 08:35:03 -04:00
1962ebf8e7
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
37 lines
449 B
Plaintext
37 lines
449 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
[] range
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
http
|
|
</features>
|
|
<name>
|
|
urlglob with bad -o #[num] usage
|
|
</name>
|
|
<command option="no-output">
|
|
"http://%HOSTIP:%HTTPPORT/[870001-870003]" -o "log/dumpit#2.dump"
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
2
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|