summaryrefslogtreecommitdiff
path: root/tests/data/test668
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test668')
-rw-r--r--tests/data/test66810
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test668 b/tests/data/test668
index a9c14a5f5..dfb9347e8 100644
--- a/tests/data/test668
+++ b/tests/data/test668
@@ -37,16 +37,16 @@ http
</server>
# tool is what to use instead of 'curl'
<tool>
-lib668
+lib%TESTNUMBER
</tool>
<name>
HTTP mimepost early end of data detection
</name>
<command>
-http://%HOSTIP:%HTTPPORT/668
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
-<file name="log/file668.txt">
+<file name="log/file%TESTNUMBER.txt">
This is data from a file
</file>
</client>
@@ -62,7 +62,7 @@ s/boundary=------------------------[a-z0-9]*/boundary=--------------------------
# boundary string and since 5 of them are in the body contents, we see
# (5*12) == 60 bytes less
<protocol>
-POST /668 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Transfer-Encoding: chunked
@@ -83,7 +83,7 @@ dummy
91
------------------------------
-Content-Disposition: form-data; name="field3"; filename="file668.txt"
+Content-Disposition: form-data; name="field3"; filename="file%TESTNUMBER.txt"
Content-Type: text/plain