curl/tests/data/test1709

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
345 B
Plaintext
Raw Permalink Normal View History

<testcase>
<info>
<keywords>
curl
</keywords>
</info>
#
# Client-side
<client>
<features>
manual
</features>
<server>
none
</server>
<name>
Verify curl -h with bad option name
</name>
<command>
-h --badone
</command>
</client>
<verify>
<stderr mode="text">
Incorrect option name to show help for, see curl -h
</stderr>
</verify>
</testcase>