summaryrefslogtreecommitdiff
path: root/tests/data/test156
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test156')
-rw-r--r--tests/data/test1566
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test156 b/tests/data/test156
index fafedc299..94bb3393f 100644
--- a/tests/data/test156
+++ b/tests/data/test156
@@ -28,9 +28,9 @@ http
HTTP PUT with --anyauth (when the server requires none)
</name>
<command>
-http://%HOSTIP:%HTTPPORT/156 -T log/put156 -u testuser:testpass --anyauth
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T log/put%TESTNUMBER -u testuser:testpass --anyauth
</command>
-<file name="log/put156">
+<file name="log/put%TESTNUMBER">
This is data we upload with PUT
a second line
line three
@@ -41,7 +41,7 @@ four is the number of lines
# Verify data after the test has been "shot"
<verify>
<protocol>
-PUT /156 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*