summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-25 16:47:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-25 23:32:44 +0200
commit5c26764cd557781d771fb144481be19a58371352 (patch)
treec268074eb2eb10c95402258188ce7c9f9754cc8b
parent13bbf81c59fd2c5c9ba552ced4eec8dbcf7028d9 (diff)
downloadcurl-5c26764cd557781d771fb144481be19a58371352.tar.gz
test1266/1267: disabled on hyper: no HTTP/0.9 support
Closes #7905
-rw-r--r--tests/data/DISABLED2
-rw-r--r--tests/data/test12664
-rw-r--r--tests/data/test12674
3 files changed, 8 insertions, 2 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index cc598a52e..742a98a8c 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -64,8 +64,6 @@
1021
1156
1160
-1266
-1267
1287
1288
1294
diff --git a/tests/data/test1266 b/tests/data/test1266
index c5c8ba37d..2e72ae486 100644
--- a/tests/data/test1266
+++ b/tests/data/test1266
@@ -19,6 +19,10 @@ swsclose
#
# Client-side
<client>
+# hyper doesn't grok HTTP/0.9
+<features>
+!hyper
+</features>
<server>
http
</server>
diff --git a/tests/data/test1267 b/tests/data/test1267
index 7ca6dde80..920fc577f 100644
--- a/tests/data/test1267
+++ b/tests/data/test1267
@@ -19,6 +19,10 @@ swsclose
#
# Client-side
<client>
+# hyper doesn't grok HTTP/0.9
+<features>
+!hyper
+</features>
<server>
http
</server>