summaryrefslogtreecommitdiff
path: root/tests/data/test176
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test176')
-rw-r--r--tests/data/test1766
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test176 b/tests/data/test176
index 5fe310fac..07ace476d 100644
--- a/tests/data/test176
+++ b/tests/data/test176
@@ -58,14 +58,14 @@ http
HTTP POST --ntlm to server not requiring any auth at all
</name>
<command>
-http://%HOSTIP:%HTTPPORT/176 -u auser:apasswd --ntlm -d "junkelijunk"
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u auser:apasswd --ntlm -d "junkelijunk"
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol nonewline="yes">
-POST /176 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
User-Agent: curl/%VERSION
@@ -73,7 +73,7 @@ Accept: */*
Content-Length: 0
Content-Type: application/x-www-form-urlencoded
-POST /176 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*