summaryrefslogtreecommitdiff
path: root/tests/data/test2051
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2051')
-rw-r--r--tests/data/test20518
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test2051 b/tests/data/test2051
index 38a0781bc..bd823bfff 100644
--- a/tests/data/test2051
+++ b/tests/data/test2051
@@ -31,7 +31,7 @@ Connect to specific host: Re-use existing connections if possible
</name>
<command>
-http://%HOSTIP:%HTTPPORT/2051 -w "%{num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/2051 -w "%{num_connects}\n" --next http://%HOSTIP:%HTTPPORT/2051 -w "%{num_connects}\n"
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n" --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n"
</command>
</client>
@@ -39,17 +39,17 @@ http://%HOSTIP:%HTTPPORT/2051 -w "%{num_connects}\n" --next --connect-to ::%HOST
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2051 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /2051 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /2051 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*