summaryrefslogtreecommitdiff
path: root/tests/data/test1443
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1443')
-rw-r--r--tests/data/test14438
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test1443 b/tests/data/test1443
index bc029ddfd..a59958ae7 100644
--- a/tests/data/test1443
+++ b/tests/data/test1443
@@ -40,12 +40,12 @@ HTTP GET with -O and --remote-time
CURL_TESTDIR=%PWD/log
</setenv>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1443 -O --remote-time
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -O --remote-time
</command>
# Verify the mtime of the file. The mtime is specifically chosen to be an even
# number so that it can be represented exactly on a FAT filesystem.
<postcheck>
-perl -e 'exit((stat("log/1443"))[9] != 960898200)'
+perl -e 'exit((stat("log/%TESTNUMBER"))[9] != 960898200)'
</postcheck>
</client>
@@ -53,13 +53,13 @@ perl -e 'exit((stat("log/1443"))[9] != 960898200)'
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /1443 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file name="log/1443">
+<file name="log/%TESTNUMBER">
12345
</file>
</verify>