mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
tests: use %LOGDIR to refer to the log directory
This will allow it be set dynamically. Ref: #10818
This commit is contained in:
parent
0c82fcde79
commit
e7a021e135
447 changed files with 1076 additions and 1070 deletions
|
|
@ -128,7 +128,7 @@ HTTP with weirdly formatted cookies and cookiejar storage
|
|||
TZ=GMT
|
||||
</setenv>
|
||||
<command>
|
||||
http://test31.curl:%HTTPPORT/we/want/%TESTNUMBER -b none -c log/jar%TESTNUMBER.txt --resolve test31.curl:%HTTPPORT:127.0.0.1
|
||||
http://test31.curl:%HTTPPORT/we/want/%TESTNUMBER -b none -c %LOGDIR/jar%TESTNUMBER.txt --resolve test31.curl:%HTTPPORT:127.0.0.1
|
||||
</command>
|
||||
<precheck>
|
||||
perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
|
||||
|
|
@ -147,7 +147,7 @@ User-Agent: curl/%VERSION
|
|||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
<file name="log/jar%TESTNUMBER.txt" mode="text">
|
||||
<file name="%LOGDIR/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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue