summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-26 17:17:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-26 17:17:23 +0200
commitea2ce66e875eab9db4607873b3fb2ac4391e2334 (patch)
tree8985981fdb847bd6a8d6475551b36d8c7879039d
parent205041869815f948d9cc448e71b4d37db48fc0ca (diff)
downloadcurl-bagder/http-4digit-response.tar.gz
fixup test 1429 to work with hyper and removed from DISABLEDbagder/http-4digit-response
-rw-r--r--tests/data/DISABLED1
-rw-r--r--tests/data/test142944
2 files changed, 22 insertions, 23 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index dce2d195b..c2e10dd37 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -90,7 +90,6 @@
1288
1294
1417
-1429
1430
1431
1455
diff --git a/tests/data/test1429 b/tests/data/test1429
index c80afd1be..2f9dfb931 100644
--- a/tests/data/test1429
+++ b/tests/data/test1429
@@ -9,17 +9,17 @@ HTTP/0.9
<reply>
<data nocheck="yes">
-HTTP/1.1 999 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
-
+HTTP/1.1 999 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
+
-foo-
</data>
</reply>
@@ -43,17 +43,17 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER --write-out '%{response_code}'
# Verify data after the test has been "shot"
<verify>
<stdout nonewline="yes">
-HTTP/1.1 999 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
-
+HTTP/1.1 999 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
+
-foo-
999
</stdout>