summaryrefslogtreecommitdiff
path: root/tests/data/test2053
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2053')
-rw-r--r--tests/data/test20536
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test2053 b/tests/data/test2053
index 05b8050a2..41035eb59 100644
--- a/tests/data/test2053
+++ b/tests/data/test2053
@@ -31,7 +31,7 @@ Connect to specific host with IP addresses
</name>
<command>
-http://10.0.0.1:8081/2053 --connect-to 10.0.0.1:8081:%HOSTIP:%HTTPPORT --next http://[fc00::1]:8082/2053 --connect-to [fc00::1]:8082:%HOSTIP:%HTTPPORT
+http://10.0.0.1:8081/%TESTNUMBER --connect-to 10.0.0.1:8081:%HOSTIP:%HTTPPORT --next http://[fc00::1]:8082/%TESTNUMBER --connect-to [fc00::1]:8082:%HOSTIP:%HTTPPORT
</command>
</client>
@@ -39,12 +39,12 @@ http://10.0.0.1:8081/2053 --connect-to 10.0.0.1:8081:%HOSTIP:%HTTPPORT --next ht
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2053 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: 10.0.0.1:8081
User-Agent: curl/%VERSION
Accept: */*
-GET /2053 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: [fc00::1]:8082
User-Agent: curl/%VERSION
Accept: */*