summaryrefslogtreecommitdiff
path: root/tests/data/test566
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test566')
-rw-r--r--tests/data/test5668
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test566 b/tests/data/test566
index 6bf7f1400..14052fb31 100644
--- a/tests/data/test566
+++ b/tests/data/test566
@@ -30,25 +30,25 @@ http
</server>
# tool is what to use instead of 'curl'
<tool>
-lib566
+lib%TESTNUMBER
</tool>
<name>
HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer
</name>
<command>
-http://%HOSTIP:%HTTPPORT/566 log/ip566
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER log/ip%TESTNUMBER
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
-<file name="log/ip566">
+<file name="log/ip%TESTNUMBER">
CL: 0
</file>
<protocol>
-GET /566 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*