From 42e34d18ad0849773f5aad7ae5475051bb031860 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Dec 2021 17:51:40 +0100 Subject: [PATCH] test1556: adjust for hyper --- tests/data/DISABLED | 1 - tests/data/test1556 | 26 +++++++++++++------------- tests/libtest/lib1556.c | 4 ++-- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index eaa0e20532e4a7..25b8d8fe481381 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -66,7 +66,6 @@ 1533 1540 1554 -1556 1591 1700 1701 diff --git a/tests/data/test1556 b/tests/data/test1556 index 40a2e1244e9f05..08951a8d22473f 100644 --- a/tests/data/test1556 +++ b/tests/data/test1556 @@ -10,18 +10,18 @@ HTTP GET # Server-side -HTTP/1.1 200 OK -Date: Tue, 09 Nov 2010 14:49:00 GMT -Server: test-server/fake -Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT -ETag: "21025-dc7-39462498" -Accept-Ranges: bytes -Content-Length: 6 -Connection: close -Content-Type: text/html -Funny-head: yesyes -Long: %repeat[100001 x A]% - +HTTP/1.1 200 OK +Date: Tue, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT +ETag: "21025-dc7-39462498" +Accept-Ranges: bytes +Content-Length: 6 +Connection: close +Content-Type: text/html +Funny-head: yesyes +Long: %repeat[100001 x A]% + -foo- @@ -54,7 +54,7 @@ Accept: */* -foo- -Max: 100008 +Max = 100009 diff --git a/tests/libtest/lib1556.c b/tests/libtest/lib1556.c index 38de9ef8e84437..bd8508134c746a 100644 --- a/tests/libtest/lib1556.c +++ b/tests/libtest/lib1556.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -67,7 +67,7 @@ int test(char *URL) goto test_cleanup; } - printf("Max: %ld\n", (long)info.largest); + printf("Max = %ld\n", (long)info.largest); test_cleanup: