Hard-coding the log directory name fails with parallel tests.
Follow-up to
65b563a96
Ref: #8805
http
</server>
<setenv>
-HOME=%PWD/log
+HOME=%PWD/%LOGDIR
</setenv>
<name>
IPFS with gateway URL from gateway file
<command>
ipfs://QmV5JejrpgUxnkZeFZYMxVCqAbKy3KdPXWXyuEDiMNZwUx
</command>
-<file name="log/.ipfs/gateway" >
+<file name="%LOGDIR/.ipfs/gateway" >
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</file>
</client>
http
</server>
<setenv>
-HOME=%PWD/log
+HOME=%PWD/%LOGDIR
</setenv>
<name>
IPFS with malformed gateway URL from gateway file
<command>
ipfs://QmV5JejrpgUxnkZeFZYMxVCqAbKy3KdPXWXyuEDiMNZwUx
</command>
-<file name="log/.ipfs/gateway" >
+<file name="%LOGDIR/.ipfs/gateway" >
http://nonexisting,local:8080/%TESTNUMBER
</file>
</client>