From d66bf8fbd541f8c2c58ad474a73ee9b3e9a51f5a Mon Sep 17 00:00:00 2001 From: kevkevinpal Date: Mon, 29 Sep 2025 14:00:53 -0400 Subject: [PATCH] doc: add clarifying comment that creating the .bitcoin file is to avoid any mainnet datadir access --- ci/test/03_test_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index 05e4d8fd54a..1dbc1bc93d4 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then fi # Make sure default datadir does not exist and is never read by creating a dummy file +# Ensuring that no mainnet datadir access is happening from any of the tests if [ "$CI_OS_NAME" == "macos" ]; then echo > "${HOME}/Library/Application Support/Bitcoin" else