diff options
Diffstat (limited to 'tests/data/test673')
-rw-r--r-- | tests/data/test673 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test673 b/tests/data/test673 index 975277909..e263810fd 100644 --- a/tests/data/test673 +++ b/tests/data/test673 @@ -37,14 +37,14 @@ http </server> # tool is what to use instead of 'curl' <tool> -lib673 +lib%TESTNUMBER </tool> <name> Request pause from form read callback: easy </name> <command> -http://%HOSTIP:%HTTPPORT/673 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -56,7 +56,7 @@ s/^--------------------------[a-z0-9]*/------------------------------/ s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/ </strippart> <protocol> -POST /673 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 142
|