summaryrefslogtreecommitdiff
path: root/tests/data/test70
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test70')
-rw-r--r--tests/data/test708
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test70 b/tests/data/test70
index 7057153e9..622b9a9c5 100644
--- a/tests/data/test70
+++ b/tests/data/test70
@@ -62,21 +62,21 @@ http
HTTP with Digest *OR* NTLM authorization
</name>
<command>
-http://%HOSTIP:%HTTPPORT/70 -u testuser:testpass --anyauth
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u testuser:testpass --anyauth
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /70 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-GET /70 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
-Authorization: Digest username="testuser", realm="testrealm", nonce="1053604199", uri="/70", response="2c9a6f00af0d86497b177b90e90c688a"
+Authorization: Digest username="testuser", realm="testrealm", nonce="1053604199", uri="/%TESTNUMBER", response="2c9a6f00af0d86497b177b90e90c688a"
User-Agent: curl/%VERSION
Accept: */*