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