mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:23:32 +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
|
|
@ -23,10 +23,10 @@ ftp
|
|||
FTP DL, file without C-D inside, using -o fname -i, without -D
|
||||
</name>
|
||||
<command option="no-output,no-include">
|
||||
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o log/download%TESTNUMBER -i
|
||||
ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i
|
||||
</command>
|
||||
<postcheck>
|
||||
perl %SRCDIR/libtest/notexists.pl log/file%TESTNUMBER
|
||||
perl %SRCDIR/libtest/notexists.pl %LOGDIR/file%TESTNUMBER
|
||||
</postcheck>
|
||||
</client>
|
||||
|
||||
|
|
@ -44,12 +44,12 @@ RETR file%TESTNUMBER
|
|||
QUIT
|
||||
</protocol>
|
||||
|
||||
<file1 name="log/download%TESTNUMBER">
|
||||
<file1 name="%LOGDIR/download%TESTNUMBER">
|
||||
fooo
|
||||
mooo
|
||||
</file1>
|
||||
|
||||
<file2 name="log/stdout%TESTNUMBER">
|
||||
<file2 name="%LOGDIR/stdout%TESTNUMBER">
|
||||
</file2>
|
||||
|
||||
</verify>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue