]> granicus.if.org Git - curl/commitdiff
Make the test work with nroffs that use special escaping for bold output.
authorDan Fandrich <dan@coneharvesters.com>
Mon, 21 Apr 2008 16:57:27 +0000 (16:57 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 21 Apr 2008 16:57:27 +0000 (16:57 +0000)
tests/data/test1026

index 7ebb02bcc042734476ff876e45fef84720ea74b8..8b8cd1620811f51e133af1db3bd232bbe72e9de5 100644 (file)
@@ -25,7 +25,7 @@ curl --manual
 # 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*is\s*a\s*tool)|(mailing\s*lists\s*to\s*discuss\s*curl)/, <IN>); exit ($lines != 2);' log/stdout1026
+perl -e 'open(IN,$ARGV[0]); my $lines=grep(/(a\s*tool\s*to\s*transfer\s*data)|(mailing\s*lists\s*to\s*discuss\s*curl)/, <IN>); exit ($lines != 2);' log/stdout1026
 </postcheck>
 </client>