summaryrefslogtreecommitdiff
path: root/tests/data/test1130
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1130')
-rw-r--r--tests/data/test11308
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1130 b/tests/data/test1130
index 0af591aaa..50ebeddc8 100644
--- a/tests/data/test1130
+++ b/tests/data/test1130
@@ -41,7 +41,7 @@ skip: 100
# Client-side
<client>
# 100 x 'x'
-<file name="log/file1130">
+<file name="log/file%TESTNUMBER">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
</file>
<server>
@@ -51,7 +51,7 @@ http
HTTP POST forced expect 100-continue with a 404
</name>
<command option="no-output">
--d @log/file1130 http://%HOSTIP:%HTTPPORT/1130 http://%HOSTIP:%HTTPPORT/11300001 -H "Expect: 100-continue"
+-d @log/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -H "Expect: 100-continue"
</command>
</client>
@@ -75,7 +75,7 @@ Content-Type: text/html
-foo-
</stdout>
<protocol>
-POST /1130 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -83,7 +83,7 @@ Expect: 100-continue
Content-Length: 100
Content-Type: application/x-www-form-urlencoded
-POST /11300001 HTTP/1.1
+POST /%TESTNUMBER0001 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*