mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
31b77c1877
Reported-by: Olen Andoni Fixes #3906 Closes #3907
36 lines
428 B
Plaintext
36 lines
428 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
command-line
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
Try a non-boolean command line option with --no-
|
|
</name>
|
|
<command>
|
|
--no-proxy "hey" http://%HOSTIP:%HTTPPORT/333
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
# detected the bad --no- prefix
|
|
<errorcode>
|
|
2
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|