mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:43: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
|
|
@ -67,9 +67,9 @@ crypto
|
|||
HTTP PUT with --anyauth authorization (picking Digest)
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T log/put%TESTNUMBER -u testuser:testpass --anyauth
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/put%TESTNUMBER -u testuser:testpass --anyauth
|
||||
</command>
|
||||
<file name="log/put%TESTNUMBER">
|
||||
<file name="%LOGDIR/put%TESTNUMBER">
|
||||
This is data we upload with PUT
|
||||
a second line
|
||||
line three
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue