summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-02-19 10:41:36 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-02-19 10:41:36 +0100
commitbb8f86911cdb8196be57b8f126ca637364a04bb9 (patch)
tree8f902425f8ff9cb324b65c64a2a4ba5f8d5f10af
parentc964c15da96fccd7f29cac75410e79afb3f0162d (diff)
downloadcurl-bb8f86911cdb8196be57b8f126ca637364a04bb9.tar.gz
fixup test1026 to work with the trimmed -M output
-rw-r--r--tests/data/test10262
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1026 b/tests/data/test1026
index bd5dc9c85..6bda7a43f 100644
--- a/tests/data/test1026
+++ b/tests/data/test1026
@@ -28,7 +28,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(/(a\s*tool\s*to\s*transfer\s*data)|(mailing\s*lists\s*to\s*discuss\s*curl)/, <IN>); exit ($lines != 2); # Let this file pass an XML syntax check: </IN>' log/stdout1026
+perl -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
</postcheck>
</client>