diff options
Diffstat (limited to 'tests/data/test355')
-rw-r--r-- | tests/data/test355 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test355 b/tests/data/test355 index d554d30b5..98e59079a 100644 --- a/tests/data/test355 +++ b/tests/data/test355 @@ -34,9 +34,9 @@ http load Alt-Svc from file and use </name> <command> -http://%HOSTIP:%HTTPPORT/355 --alt-svc "" +http://%HOSTIP:%HTTPPORT/%TESTNUMBER --alt-svc "" </command> -<file name="log/altsvc-355"> +<file name="log/altsvc-%TESTNUMBER"> h1 example.com 80 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0 </file> </client> @@ -45,7 +45,7 @@ h1 example.com 80 h1 %HOSTIP %HTTPPORT "20290222 22:19:28" 0 0 # Verify data after the test has been "shot" <verify> <protocol> -GET /355 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
|