summaryrefslogtreecommitdiff
path: root/tests/data/test1700
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-06-03 23:54:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-06 23:51:49 +0200
commitd3b5c153af6998e2fd64bfc2b3033b2b5526a8cf (patch)
tree68707b312b89e056835f0ceb7ce368aa35784c8e /tests/data/test1700
parentbf05606ef1f7a982c821396c3ef9fddeb4a1b011 (diff)
downloadgnurl-d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf.tar.gz
gnurl-d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf.tar.bz2
gnurl-d3b5c153af6998e2fd64bfc2b3033b2b5526a8cf.zip
runtests: make stripfile work on stdout as well
... and have test 1700 use that to strip out the nghttpx server: headers
Diffstat (limited to 'tests/data/test1700')
-rw-r--r--tests/data/test170013
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/data/test1700 b/tests/data/test1700
index 1c581dad0..1549cb914 100644
--- a/tests/data/test1700
+++ b/tests/data/test1700
@@ -46,7 +46,7 @@ http2
HTTP/2 GET with Upgrade:
</name>
<command>
-http://%HOSTIP:9015/1700 --http2 http://%HOSTIP:9015/17000001
+http://%HOSTIP:%HTTP2PORT/1700 --http2 http://%HOSTIP:%HTTP2PORT/17000001
</command>
</client>
@@ -60,11 +60,11 @@ http://%HOSTIP:9015/1700 --http2 http://%HOSTIP:9015/17000001
</strip>
<protocol>
GET /1700 HTTP/1.1
-Host: %HOSTIP:9015
+Host: %HOSTIP:%HTTP2PORT
Accept: */*
GET /17000001 HTTP/1.1
-Host: %HOSTIP:9015
+Host: %HOSTIP:%HTTP2PORT
Accept: */*
</protocol>
@@ -81,7 +81,7 @@ accept-ranges: bytes
content-length: 6
content-type: text/html
funny-head: yesyes
-server: nghttpx nghttp2/1.12.0-DEV
+server: cut-out
via: 1.1 nghttpx
-foo-
@@ -89,10 +89,13 @@ HTTP/2 200
date: Thu, 09 Nov 2010 14:49:00 GMT
content-length: 6
content-type: text/html
-server: nghttpx nghttp2/1.12.0-DEV
+server: cut-out
via: 1.1 nghttpx
-maa-
</stdout>
+<stripfile>
+s/^server:.*/server: cut-out /
+</stripfile>
</verify>
</testcase>