diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-04-21 16:57:27 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-04-21 16:57:27 +0000 |
commit | 3869d4a3a7da578a0afd982538b7693a4e4e2dc6 (patch) | |
tree | 939c59ac28ac271c208b788b957079a6d9e5a461 /tests | |
parent | a87c468c5cbe9699d87886e37f593820bdfda904 (diff) | |
download | curl-3869d4a3a7da578a0afd982538b7693a4e4e2dc6.tar.gz |
Make the test work with nroffs that use special escaping for bold output.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1026 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1026 b/tests/data/test1026 index 7ebb02bcc..8b8cd1620 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. <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> |