mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:03:47 +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
|
|
@ -52,7 +52,7 @@ CURL_TIME=2000000000
|
|||
HSTS with two URLs
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%PROXYPORT --hsts log/hsts%TESTNUMBER http://this.hsts.example./%TESTNUMBER http://another.example.com/%TESTNUMBER0002
|
||||
-x http://%HOSTIP:%PROXYPORT --hsts %LOGDIR/hsts%TESTNUMBER http://this.hsts.example./%TESTNUMBER http://another.example.com/%TESTNUMBER0002
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ Proxy-Connection: Keep-Alive
|
|||
|
||||
</proxy>
|
||||
|
||||
<file name="log/hsts%TESTNUMBER" mode="text">
|
||||
<file name="%LOGDIR/hsts%TESTNUMBER" mode="text">
|
||||
# Your HSTS cache. https://curl.se/docs/hsts.html
|
||||
# This file was generated by libcurl! Edit at your own risk.
|
||||
this.hsts.example "20330525 03:33:20"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue