diff options
Diffstat (limited to 'tests/data/test513')
-rw-r--r-- | tests/data/test513 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test513 b/tests/data/test513 index 00e0f77eb..968da4fb7 100644 --- a/tests/data/test513 +++ b/tests/data/test513 @@ -18,7 +18,7 @@ http </server> # tool is what to use instead of 'curl' <tool> -lib513 +lib%TESTNUMBER </tool> <name> @@ -26,7 +26,7 @@ send HTTP POST using read callback that returns CURL_READFUNC_ABORT </name> # the 1s post-command delay helps to prevent a spurious failure on s390 <command delay="1"> -http://%HOSTIP:%HTTPPORT/513 +http://%HOSTIP:%HTTPPORT/%TESTNUMBER </command> </client> @@ -34,7 +34,7 @@ http://%HOSTIP:%HTTPPORT/513 # Verify data after the test has been "shot" <verify> <protocol> -POST /513 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 1
|