From: Dan Fandrich Date: Mon, 25 Sep 2023 19:37:20 +0000 (-0700) Subject: tests: fix log directory path in IPFS tests X-Git-Tag: curl-8_4_0~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed0e3432632d6aff0de606c6fdb74525cc7a826;p=thirdparty%2Fcurl.git tests: fix log directory path in IPFS tests Hard-coding the log directory name fails with parallel tests. Follow-up to 65b563a96 Ref: #8805 --- diff --git a/tests/data/test724 b/tests/data/test724 index be295ac46a..fa45c6d41d 100644 --- a/tests/data/test724 +++ b/tests/data/test724 @@ -31,7 +31,7 @@ Hello curl from IPFS http -HOME=%PWD/log +HOME=%PWD/%LOGDIR IPFS with gateway URL from gateway file @@ -39,7 +39,7 @@ IPFS with gateway URL from gateway file ipfs://QmV5JejrpgUxnkZeFZYMxVCqAbKy3KdPXWXyuEDiMNZwUx - + http://%HOSTIP:%HTTPPORT/%TESTNUMBER diff --git a/tests/data/test725 b/tests/data/test725 index b668dcaca7..3690f1f411 100644 --- a/tests/data/test725 +++ b/tests/data/test725 @@ -17,7 +17,7 @@ IPFS http -HOME=%PWD/log +HOME=%PWD/%LOGDIR IPFS with malformed gateway URL from gateway file @@ -25,7 +25,7 @@ IPFS with malformed gateway URL from gateway file ipfs://QmV5JejrpgUxnkZeFZYMxVCqAbKy3KdPXWXyuEDiMNZwUx - + http://nonexisting,local:8080/%TESTNUMBER