curl-curl/tests/data/test760
Daniel Stenberg 29e4a124a3
tool_operate: bail out better on no URL
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
2025-08-23 13:43:46 +02:00

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>