aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/test1312
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1312')
-rw-r--r--tests/data/test131210
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1312 b/tests/data/test1312
index 54659b55..2d489145 100644
--- a/tests/data/test1312
+++ b/tests/data/test1312
@@ -11,12 +11,12 @@ HTTP GET
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
-Date: Thu, 09 Nov 2010 14:49:00 GMT
+Date: Tue, 09 Nov 2010 14:49:00 GMT
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>