summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-05 16:53:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-05 22:51:13 +0200
commitc3d612662d3104339db938356c1754c5068e1055 (patch)
tree0c8a2e998abbba5b228767c02159f8acd1c495c4 /tests
parenta62ece3f57d0097b25a2010056336324d8e4423c (diff)
downloadcurl-c3d612662d3104339db938356c1754c5068e1055.tar.gz
test1147: hyper doesn't allow "crazy" request headers like built-in
... so strip that from the test. Closes #7349
Diffstat (limited to 'tests')
-rw-r--r--tests/data/DISABLED1
-rw-r--r--tests/data/test11474
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 5366e16dc..e04eaa8a6 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -95,7 +95,6 @@
1137
1138
1144
-1147
1156
1160
1164
diff --git a/tests/data/test1147 b/tests/data/test1147
index ea1ae00e4..78cf49ad4 100644
--- a/tests/data/test1147
+++ b/tests/data/test1147
@@ -40,7 +40,9 @@ One: 1
Two: 2
no-colon
+%if !hyper
And A Funny One : wohoo
+%endif
User-Agent:
</file>
<command>
@@ -57,7 +59,9 @@ Host: %HOSTIP:%HTTPPORT
Accept: */*
One: 1
Two: 2
+%if !hyper
And A Funny One : wohoo
+%endif
</protocol>
</verify>