mirror of
https://github.com/curl/curl.git
synced 2026-04-12 00:11:42 +08:00
In `adddocsref.pl`, `checksrc-all.pl`, `singleuse.pl` and tests 307, 1013, 1022, 1275, 1707, 1708, 1710. Closes #21097
25 lines
316 B
XML
25 lines
316 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
manual
|
|
</features>
|
|
|
|
<name>
|
|
Verify curl -h --insecure
|
|
</name>
|
|
|
|
<command type="perl">
|
|
%SRCDIR/test1707.pl %CURL --insecure ../docs/cmdline-opts/curl.txt
|
|
</command>
|
|
</client>
|
|
|
|
</testcase>
|