From 5e2f4a33fe663c2ae8cc92c02193a7261c524867 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Apr 2020 00:00:45 +0200 Subject: tests: make 2006-2010 handle different port number lengths --- tests/data/test2006 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tests/data/test2006') diff --git a/tests/data/test2006 b/tests/data/test2006 index 0b84937ed..4cb61192d 100644 --- a/tests/data/test2006 +++ b/tests/data/test2006 @@ -85,8 +85,15 @@ Accept: */* Some data delivered from an HTTP resource + +# The Content-Length replace here is to handle with 4/5 digit port number in +# the content + +s/Last-Modified:.*// +s/Content-Length: 49[67]/Content-Length: yeps/ + -Content-Length: 496 +Content-Length: yeps Accept-ranges: bytes @@ -110,9 +117,6 @@ Metalink: fetching (log/download2006) from (http://%HOSTIP:%HTTPPORT/2006) OK Metalink: validating (log/download2006)... Metalink: validating (log/download2006) [sha-256] OK - -s/Last-Modified:.*// - $_ = '' if (($_ !~ /^Metalink: /) && ($_ !~ /error/i) && ($_ !~ /warn/i)) -- cgit v1.2.3