summaryrefslogtreecommitdiff
path: root/tests/data/test1424
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1424')
-rw-r--r--tests/data/test14248
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1424 b/tests/data/test1424
index 8f922e620..ebe5f5213 100644
--- a/tests/data/test1424
+++ b/tests/data/test1424
@@ -46,11 +46,11 @@ http
<name>
HTTP GET -o fname without Content-Disposition (unmet time condition)
</name>
-<file name="log/outfile1424">
+<file name="log/outfile%TESTNUMBER">
original contents
</file>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1424 -z "dec 12 11:00:00 1999 GMT" -o log/outfile1424
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT" -o log/outfile%TESTNUMBER
</command>
</client>
@@ -58,7 +58,7 @@ http://%HOSTIP:%HTTPPORT/1424 -z "dec 12 11:00:00 1999 GMT" -o log/outfile1424
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1424 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
@@ -66,7 +66,7 @@ If-Modified-Since: Sun, 12 Dec 1999 11:00:00 GMT
</protocol>
-<file1 name="log/outfile1424">
+<file1 name="log/outfile%TESTNUMBER">
original contents
</file1>