summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-06-17 11:44:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-17 16:01:55 +0200
commit13d9bb8bad62dfcf23486885bfa3d0b5542a8193 (patch)
tree7d42421f062aee570c156a9a5213311d768fc326
parent672ff597e500e38cda87aee60de655acbbc22ed7 (diff)
downloadcurl-13d9bb8bad62dfcf23486885bfa3d0b5542a8193.tar.gz
test188/189: fix Content-Length
This cures the flaky test results Closes #4034
-rw-r--r--tests/data/test1884
-rw-r--r--tests/data/test1894
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test188 b/tests/data/test188
index a23a2a11e..d8ca1cd47 100644
--- a/tests/data/test188
+++ b/tests/data/test188
@@ -14,7 +14,7 @@ followlocation
<data>
HTTP/1.1 301 OK swsbounce
Location: /188
-Content-Length: 2
+Content-Length: 3
OK
</data>
@@ -30,7 +30,7 @@ Actual content
<datacheck>
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 f82b4ad90..65780f804 100644
--- a/tests/data/test189
+++ b/tests/data/test189
@@ -11,7 +11,7 @@ HTTP GET
<data>
HTTP/1.1 301 OK swsbounce
Location: /189
-Content-Length: 2
+Content-Length: 3
OK
</data>
@@ -26,7 +26,7 @@ Actual content
<datacheck>
HTTP/1.1 301 OK swsbounce
Location: /189
-Content-Length: 2
+Content-Length: 3
HTTP/1.1 200 OK
Connection: close