From: Daniel Stenberg Date: Mon, 17 Jun 2019 09:44:21 +0000 (+0200) Subject: test188/189: fix Content-Length X-Git-Tag: curl-7_65_2~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13d9bb8bad62dfcf23486885bfa3d0b5542a8193;p=thirdparty%2Fcurl.git test188/189: fix Content-Length This cures the flaky test results Closes #4034 --- diff --git a/tests/data/test188 b/tests/data/test188 index a23a2a11e0..d8ca1cd479 100644 --- a/tests/data/test188 +++ b/tests/data/test188 @@ -14,7 +14,7 @@ followlocation HTTP/1.1 301 OK swsbounce Location: /188 -Content-Length: 2 +Content-Length: 3 OK @@ -30,7 +30,7 @@ Actual content HTTP/1.1 301 OK swsbounce Location: /188 -Content-Length: 2 +Content-Length: 3 HTTP/1.1 200 OK Connection: close diff --git a/tests/data/test189 b/tests/data/test189 index f82b4ad901..65780f8040 100644 --- a/tests/data/test189 +++ b/tests/data/test189 @@ -11,7 +11,7 @@ HTTP GET HTTP/1.1 301 OK swsbounce Location: /189 -Content-Length: 2 +Content-Length: 3 OK @@ -26,7 +26,7 @@ Actual content HTTP/1.1 301 OK swsbounce Location: /189 -Content-Length: 2 +Content-Length: 3 HTTP/1.1 200 OK Connection: close