summaryrefslogtreecommitdiff
path: root/tests/data/test1312
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1312')
-rw-r--r--tests/data/test13128
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1312 b/tests/data/test1312
index bff2068b0..2d4891458 100644
--- a/tests/data/test1312
+++ b/tests/data/test1312
@@ -16,7 +16,7 @@ Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
-Content-Disposition: inline; filename="name1312;weird"
+Content-Disposition: inline; filename="name%TESTNUMBER;weird"
12345
</data>
@@ -40,7 +40,7 @@ HTTP GET with -J, Content-Disposition and ; in filename
CURL_TESTDIR=%PWD/log
</setenv>
<command option="no-output,no-include">
-%HOSTIP:%HTTPPORT/1312 -J -O
+%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O
</command>
</client>
@@ -48,13 +48,13 @@ CURL_TESTDIR=%PWD/log
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1312 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file name="log/name1312;weird">
+<file name="log/name%TESTNUMBER;weird">
12345
</file>