1<testcase> 2<info> 3<keywords> 4--manual 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11</reply> 12 13# 14# Client-side 15<client> 16<features> 17manual 18</features> 19<server> 20none 21</server> 22 <name> 23curl --manual 24 </name> 25 <command> 26--manual 27</command> 28# Search for these two sentinel lines in the manual output; if they are found, 29# then chances are good the entire manual is there. 30<postcheck> 31perl -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 32</postcheck> 33</client> 34 35# 36# Verify data after the test has been "shot" 37<verify> 38<errorcode> 390 40</errorcode> 41</verify> 42</testcase> 43