summaryrefslogtreecommitdiff
path: root/tests/data/test31
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test31')
-rw-r--r--tests/data/test316
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test31 b/tests/data/test31
index e30e8b437..2ccb03254 100644
--- a/tests/data/test31
+++ b/tests/data/test31
@@ -127,7 +127,7 @@ HTTP with weirdly formatted cookies and cookiejar storage
TZ=GMT
</setenv>
<command>
-http://%HOSTIP:%HTTPPORT/we/want/31 -b none -c log/jar31.txt
+http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b none -c log/jar%TESTNUMBER.txt
</command>
<precheck>
perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
@@ -137,13 +137,13 @@ perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /we/want/31 HTTP/1.1
+GET /we/want/%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<file name="log/jar31.txt" mode="text">
+<file name="log/jar%TESTNUMBER.txt" mode="text">
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.