2008-04-18 22:31:52 +00:00
<testcase>
<info>
<keywords>
--manual
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
2018-04-29 00:24:49 +02:00
<features>
manual
</features>
2008-04-18 22:31:52 +00:00
<server>
none
</server>
2023-10-04 11:35:54 +02:00
<name>
2023-08-31 13:28:49 +00:00
curl --manual
2023-10-04 11:35:54 +02:00
</name>
<command>
2008-04-18 22:31:52 +00:00
--manual
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
2024-09-25 23:36:05 +02:00
# Search for these two sentinel lines in the manual output; if they are found,
# then chances are good the entire manual is there.
<postcheck>
2024-09-30 23:58:35 +02:00
%PERL -e 'open(IN,$ARGV[0]); my $lines=grep(/(curl\s*-\s*transfer\sa\s*URL)|(AUTHORS)/, <IN>); exit ($lines != 2); # Let this file pass an XML syntax check: </IN>' %LOGDIR/stdout%TESTNUMBER
2024-09-25 23:36:05 +02:00
</postcheck>
2008-04-18 22:31:52 +00:00
<errorcode>
2008-06-01 22:10:21 +00:00
0
2008-04-18 22:31:52 +00:00
</errorcode>
</verify>
</testcase>