mirror of
https://github.com/curl/curl.git
synced 2026-04-30 07:27:50 +03:00
test1499, 1599: use %LOGDIR
Fixing test 1599 also fixes these warnings in the test log: ``` Use of uninitialized value in join or string at /home/runner/work/curl/curl/tests/runner.pm line 774. ``` https://github.com/curl/curl/actions/runs/16157402085/job/45602590085?pr=17768#step:39:743 Assisted-by: Daniel Stenberg Fixes #17871 Closes #17874
This commit is contained in:
parent
7735cf8199
commit
a47695db33
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ http
|
|||
HTTP chunked encoding and chunked trailer, twice
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER -D log/heads%TESTNUMBER
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER -D %LOGDIR/heads%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,12 +25,12 @@ ftp
|
|||
FTP with netrc using no user but control code in password
|
||||
</name>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER log/netrc%TESTNUMBER
|
||||
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER %LOGDIR/netrc%TESTNUMBER
|
||||
</command>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
<file name="log/netrc%TESTNUMBER" nonewline="yes">
|
||||
<file name="%LOGDIR/netrc%TESTNUMBER" nonewline="yes">
|
||||
default passwor?dlogin anonymou\ ' password login anonymous passwor?d.'macdef
|
||||
</file>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue