summaryrefslogtreecommitdiff
path: root/tests/data/test1436
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1436')
-rw-r--r--tests/data/test14368
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1436 b/tests/data/test1436
index 040b3b389..38190f4a8 100644
--- a/tests/data/test1436
+++ b/tests/data/test1436
@@ -42,23 +42,23 @@ http-unix
HTTP requests with multiple connections over Unix socket
</name>
<command>
---unix-socket %HTTPUNIXPATH http://one.example.com/14360001 http://two.example.com/14360002 http://one.example.com/14360003
+--unix-socket %HTTPUNIXPATH http://one.example.com/%TESTNUMBER0001 http://two.example.com/%TESTNUMBER0002 http://one.example.com/%TESTNUMBER0003
</command>
</client>
<verify>
<protocol>
-GET /14360001 HTTP/1.1
+GET /%TESTNUMBER0001 HTTP/1.1
Host: one.example.com
User-Agent: curl/%VERSION
Accept: */*
-GET /14360002 HTTP/1.1
+GET /%TESTNUMBER0002 HTTP/1.1
Host: two.example.com
User-Agent: curl/%VERSION
Accept: */*
-GET /14360003 HTTP/1.1
+GET /%TESTNUMBER0003 HTTP/1.1
Host: one.example.com
User-Agent: curl/%VERSION
Accept: */*