summaryrefslogtreecommitdiff
path: root/tests/data/test9
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test9')
-rw-r--r--tests/data/test96
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test9 b/tests/data/test9
index b7c561d92..e3aa2b6af 100644
--- a/tests/data/test9
+++ b/tests/data/test9
@@ -27,10 +27,10 @@ http
HTTP RFC1867-type formposting
</name>
<command>
-http://%HOSTIP:%HTTPPORT/we/want/9 -F name=daniel -F tool=curl -F file=@log/test9.txt
+http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F name=daniel -F tool=curl -F file=@log/test%TESTNUMBER.txt
</command>
# We create this file before the command is invoked!
-<file name="log/test9.txt">
+<file name="log/test%TESTNUMBER.txt">
foo-
This is a moo-
bar
@@ -43,7 +43,7 @@ bar
^(Content-Type: multipart/form-data;|------------).*
</strip>
<protocol>
-POST /we/want/9 HTTP/1.1
+POST /we/want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*