mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
test686: verify return code for no URL after --next
This commit is contained in:
parent
60e13311f4
commit
0338eb85d3
2 changed files with 35 additions and 1 deletions
34
tests/data/test686
Normal file
34
tests/data/test686
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
errorcode
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
#
|
||||
# Server-side
|
||||
<reply>
|
||||
</reply>
|
||||
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<name>
|
||||
verify return code for missing URL after --next
|
||||
</name>
|
||||
<command>
|
||||
htdhdhdtp://localhost --next
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
2
|
||||
</errorcode>
|
||||
</verify>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue