diff options
Diffstat (limited to 'tests/data/test584')
-rw-r--r-- | tests/data/test584 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test584 b/tests/data/test584 index 680856137..fb234440b 100644 --- a/tests/data/test584 +++ b/tests/data/test584 @@ -41,14 +41,14 @@ http </server> # tool to invoke <tool> -lib584 +lib%TESTNUMBER </tool> <name> CURLOPT_MIMEPOST first set then set to NULL </name> <command> -http://%HOSTIP:%HTTPPORT/584 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -60,7 +60,7 @@ s/^--------------------------[a-z0-9]*/--------------------------/ s/boundary=------------------------[a-z0-9]*/boundary=------------------------/ </strippart> <protocol> -POST /584 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 144
@@ -71,7 +71,7 @@ Content-Disposition: form-data; name="fake" party
----------------------------
-POST /584 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 0
|