tests: fix unit tests to run with a dynamic log directory

Ref: #10818
This commit is contained in:
Dan Fandrich 2023-03-28 22:30:50 -07:00
parent e7a021e135
commit 6e3734f74f
9 changed files with 29 additions and 32 deletions

View file

@ -18,6 +18,9 @@ unittest
<name>
netrc parsing unit tests
</name>
<command>
%LOGDIR/netrc%TESTNUMBER
</command>
<file name="%LOGDIR/netrc%TESTNUMBER">
machine example.com login admin password passwd
machine curl.example.com login none password none