summaryrefslogtreecommitdiff
path: root/tests/data/test1041
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1041')
-rw-r--r--tests/data/test10416
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1041 b/tests/data/test1041
index 646b36fb3..5580b9589 100644
--- a/tests/data/test1041
+++ b/tests/data/test1041
@@ -31,7 +31,7 @@ http
<name>
HTTP PUT with resume from end of already-uploaded file
</name>
-<file name="log/test1041.txt">
+<file name="log/test%TESTNUMBER.txt">
012345678
012345678
012345678
@@ -44,7 +44,7 @@ HTTP PUT with resume from end of already-uploaded file
012345678
</file>
<command>
-http://%HOSTIP:%HTTPPORT/1041 -Tlog/test1041.txt -C -
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -Tlog/test%TESTNUMBER.txt -C -
</command>
</client>
@@ -53,7 +53,7 @@ http://%HOSTIP:%HTTPPORT/1041 -Tlog/test1041.txt -C -
# curl doesn't do a HEAD request on the remote file so it has no idea whether
# it can skip part of the file or not. Instead, it sends the entire file.
<protocol>
-PUT /1041 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Content-Range: bytes 0-99/100
User-Agent: curl/%VERSION