summaryrefslogtreecommitdiff
path: root/tests/data/test1030
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1030')
-rw-r--r--tests/data/test103010
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1030 b/tests/data/test1030
index 735c08b7a..bd4e18f1a 100644
--- a/tests/data/test1030
+++ b/tests/data/test1030
@@ -67,9 +67,9 @@ crypto
HTTP PUT with --anyauth authorization (picking Digest)
</name>
<command>
-http://%HOSTIP:%HTTPPORT/1030 -T log/put1030 -u testuser:testpass --anyauth
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T log/put%TESTNUMBER -u testuser:testpass --anyauth
</command>
-<file name="log/put1030">
+<file name="log/put%TESTNUMBER">
This is data we upload with PUT
a second line
line three
@@ -80,7 +80,7 @@ four is the number of lines
# Verify data after the test has been "shot"
<verify>
<protocol>
-PUT /1030 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -91,9 +91,9 @@ This is data we upload with PUT
a second line
line three
four is the number of lines
-PUT /1030 HTTP/1.1
+PUT /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/1030", response="01cb59db1ddaac246b072d5f5f0716d9"
+Authorization: Digest username="testuser", realm="gimme all yer s3cr3ts", nonce="11223344", uri="/%TESTNUMBER", response="01cb59db1ddaac246b072d5f5f0716d9"
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 85