summaryrefslogtreecommitdiff
path: root/tests/data/test198
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test198')
-rw-r--r--tests/data/test1986
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test198 b/tests/data/test198
index 18ed14e4f..08fafde6c 100644
--- a/tests/data/test198
+++ b/tests/data/test198
@@ -46,7 +46,7 @@ http
HTTP GET --retry on 503 error with output to file
</name>
<command>
-http://%HOSTIP:%HTTPPORT/198 --retry 1000
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER --retry 1000
</command>
</client>
@@ -54,12 +54,12 @@ http://%HOSTIP:%HTTPPORT/198 --retry 1000
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /198 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /198 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*