summaryrefslogtreecommitdiff
path: root/tests/data/test338
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test338')
-rw-r--r--tests/data/test3386
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test338 b/tests/data/test338
index 28515d027..4de597042 100644
--- a/tests/data/test338
+++ b/tests/data/test338
@@ -38,7 +38,7 @@ http
ANYAUTH connection reuse of non-authed connection
</name>
<command>
-http://%HOSTIP:%HTTPPORT/338 --next http://%HOSTIP:%HTTPPORT/338 --anyauth -u foo:moo
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --next http://%HOSTIP:%HTTPPORT/%TESTNUMBER --anyauth -u foo:moo
</command>
</client>
@@ -46,12 +46,12 @@ http://%HOSTIP:%HTTPPORT/338 --next http://%HOSTIP:%HTTPPORT/338 --anyauth -u fo
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /338 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /338 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*