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 11:44:21 +0200
commit9b1db66af7e292b6109a73f784f0ac447c9e429d (patch)
treea5243b7a99ad2aa063910ca1ad58e982c1c0f4e6
parent4b1e7dd4ee70e898d00c74e2d4c6b0a60ded6dc3 (diff)
downloadcurl-9b1db66af7e292b6109a73f784f0ac447c9e429d.tar.gz
test188: fix Content-Length
This cures the flaky test results
-rw-r--r--tests/data/test1884
1 files changed, 2 insertions, 2 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