Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 13, 2024
1 parent 0da3413 commit 17bef8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test/03_test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ fi

# Make sure default datadir does not exist and is never read by creating a dummy file
if [ "$CI_OS_NAME" == "macos" ]; then
echo > "${HOME}/Library/Application Support/Bitcoin"
echo > "${HOME}/Library/Application Support/Navcoin"
else
echo > "${HOME}/.bitcoin"
echo > "${HOME}/.navcoin"
fi

if [ -z "$NO_DEPENDS" ]; then
Expand Down

0 comments on commit 17bef8b

Please sign in to comment.