summaryrefslogtreecommitdiff
path: root/tests/data/test192
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test192')
-rw-r--r--tests/data/test1924
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test192 b/tests/data/test192
index 175a5453a..7edf31686 100644
--- a/tests/data/test192
+++ b/tests/data/test192
@@ -29,7 +29,7 @@ http
HTTP GET -w num_connects with one simple connect
</name>
<command>
-http://%HOSTIP:%HTTPPORT/192 -w "%{num_connects}\n"
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n"
</command>
</client>
@@ -37,7 +37,7 @@ http://%HOSTIP:%HTTPPORT/192 -w "%{num_connects}\n"
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /192 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*