draconisplusplus/subprojects/curl-8.10.1/tests/data/test1709

33 lines
333 B
Plaintext
Raw Normal View History

2025-02-20 14:49:18 -05:00
<testcase>
<info>
<keywords>
curl
</keywords>
</info>
#
# Client-side
<client>
<features>
manual
</features>
<server>
none
</server>
<name>
Verify curl -h --badone
</name>
<command>
-h --badone
</command>
</client>
<verify>
<stderr mode="text">
Incorrect option name to show help for, see curl -h
</stderr>
</verify>
</testcase>