mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +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
|
|
@ -34,7 +34,7 @@ https
|
|||
</features>
|
||||
|
||||
# no trailing dot in the file only in the URL
|
||||
<file name="log/input%TESTNUMBER">
|
||||
<file name="%LOGDIR/input%TESTNUMBER">
|
||||
this.hsts.example. "99991001 04:47:41"
|
||||
</file>
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ this.hsts.example. "99991001 04:47:41"
|
|||
HSTS with no t-dot host name in URL but t-dot in file
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%HTTPPORT http://this.hsts.example/%TESTNUMBER --hsts log/input%TESTNUMBER -w '%{url_effective}\n'
|
||||
-x http://%HOSTIP:%HTTPPORT http://this.hsts.example/%TESTNUMBER --hsts %LOGDIR/input%TESTNUMBER -w '%{url_effective}\n'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue