From 3ed0e3432632d6aff0de606c6fdb74525cc7a826 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 25 Sep 2023 12:37:20 -0700 Subject: [PATCH] tests: fix log directory path in IPFS tests Hard-coding the log directory name fails with parallel tests. Follow-up to 65b563a96 Ref: #8805 --- tests/data/test724 | 4 ++-- tests/data/test725 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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