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