mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
more tests
This commit is contained in:
parent
b3f9c636b9
commit
bf9a138276
4 changed files with 64 additions and 1 deletions
33
tests/data/test75
Normal file
33
tests/data/test75
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<name>
|
||||
HTTP, urlglob retrieval with bad range
|
||||
</name>
|
||||
<command option=no-output>
|
||||
"http://%HOSTIP:%HOSTPORT/[1-1]" -o "log/weee#1.dump" --stderr -
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<strip>
|
||||
^User-Agent:.*
|
||||
</strip>
|
||||
<errorcode>
|
||||
3
|
||||
</errorcode>
|
||||
<stdout>
|
||||
curl: (3) [globbing] error: illegal pattern or range specification after pos 24
|
||||
|
||||
</stdout>
|
||||
</verify>
|
||||
Loading…
Add table
Add a link
Reference in a new issue