mirror of
https://github.com/curl/curl.git
synced 2026-04-14 00:51:42 +08:00
To avoid NULL derferences with many outputs and --next.
Follow-up to 034612cd51
Add test 760 to verify
Reported-by: BobodevMm on github
Fixes #18375
Closes #18376
31 lines
413 B
Plaintext
31 lines
413 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
globbing
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
more cmdline options than URLs and --next
|
|
</name>
|
|
<command>
|
|
-no1 -no2 --url "Qttp://internal.dxample.lol/status" -: --url "http"
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
# curl: (1) Protocol "qttp" not supported
|
|
<errorcode>
|
|
1
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|