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