mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
c543da9a50
... and remove it from the dist tarball. It has served its time, it barely gets updated anymore and "everything curl" is now convering all this document once tried to include, and does it more and better. In the compressed scenario, this removes ~15K data from the binary, which is 25% of the -M output. It remains in the git repo for now for as long as the web site builds a page using that as source. It renders poorly on the site (especially for mobile users) so its not even good there. Closes #3587
43 lines
690 B
Plaintext
43 lines
690 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
--manual
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
manual
|
|
</features>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
curl --manual
|
|
</name>
|
|
<command>
|
|
--manual
|
|
</command>
|
|
# Search for these two sentinel lines in the manual output; if they are found,
|
|
# then chances are good the entire manual is there.
|
|
<postcheck>
|
|
perl -e 'open(IN,$ARGV[0]); my $lines=grep(/(curl\s*-\s*transfer\sa\s*URL)|(CONTRIBUTORS)/, <IN>); exit ($lines != 2); # Let this file pass an XML syntax check: </IN>' log/stdout1026
|
|
</postcheck>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|