summaryrefslogtreecommitdiff
path: root/tests/data/test1369
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1369')
-rw-r--r--tests/data/test136910
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1369 b/tests/data/test1369
index 114c84a60..08665d12d 100644
--- a/tests/data/test1369
+++ b/tests/data/test1369
@@ -31,10 +31,10 @@ http
HTTP GET -o fname -J without Content-Disposition, -D stdout
</name>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1369 -J -o log/outfile1369 -D -
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -o log/outfile%TESTNUMBER -D -
</command>
<postcheck>
-perl %SRCDIR/libtest/notexists.pl log/1369
+perl %SRCDIR/libtest/notexists.pl log/%TESTNUMBER
</postcheck>
</client>
@@ -42,18 +42,18 @@ perl %SRCDIR/libtest/notexists.pl log/1369
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1369 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file1 name="log/outfile1369">
+<file1 name="log/outfile%TESTNUMBER">
12345
</file1>
-<file2 name="log/stdout1369">
+<file2 name="log/stdout%TESTNUMBER">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake