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:
Viktor Szakats 2025-07-09 13:01:57 +02:00
parent 7735cf8199
commit a47695db33
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>