This commit is contained in:
kevkevin 2025-10-08 02:01:55 +02:00 committed by GitHub
commit 861efcdbb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ if [ "$USE_BUSY_BOX" = "true" ]; then
fi fi
# Make sure default datadir does not exist and is never read by creating a dummy file # 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 if [ "$CI_OS_NAME" == "macos" ]; then
echo > "${HOME}/Library/Application Support/Bitcoin" echo > "${HOME}/Library/Application Support/Bitcoin"
else else