mirror of
https://github.com/curl/curl.git
synced 2026-07-29 01:53:08 +03:00
test87 verifies the new and better check for bad -o #[num] stuff
This commit is contained in:
parent
2d94856efd
commit
b352ffca15
2 changed files with 26 additions and 1 deletions
25
tests/data/test87
Normal file
25
tests/data/test87
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<name>
|
||||
urlglob with bad -o #[num] usage
|
||||
</name>
|
||||
<command option=no-output>
|
||||
"http://%HOSTIP:%HOSTPORT/[870001-870003]" -o "log/dumpit#2.dump"
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
2
|
||||
</errorcode>
|
||||
</verify>
|
||||
Loading…
Add table
Add a link
Reference in a new issue