From: Dan Fandrich Date: Mon, 21 Apr 2008 16:57:27 +0000 (+0000) Subject: Make the test work with nroffs that use special escaping for bold output. X-Git-Tag: curl-7_18_2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3869d4a3a7da578a0afd982538b7693a4e4e2dc6;p=thirdparty%2Fcurl.git Make the test work with nroffs that use special escaping for bold output. --- diff --git a/tests/data/test1026 b/tests/data/test1026 index 7ebb02bcc0..8b8cd16208 100644 --- a/tests/data/test1026 +++ b/tests/data/test1026 @@ -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. -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)/, ); 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)/, ); exit ($lines != 2);' log/stdout1026