From 66f0e74620c2680bbc46e1c187a86ab0dbfd6cbd Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Fri, 8 Mar 2024 18:27:28 +0100 Subject: [PATCH] tmp --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 6e033dfbd..5fdae9b1c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -114,7 +114,7 @@ def run_bitcoind(): bitcoind = "/bitcoin/bin/bitcoind" shutil.copy(os.path.join(os.path.dirname(__file__), "bitcoin.conf"), BITCOIN_DIRNAME) - subprocess.Popen([bitcoind, f"--datadir={BITCOIN_DIRNAME}"], shell=True) + subprocess.Popen([bitcoind, f"--datadir={BITCOIN_DIRNAME}"]) # Make sure the node is ready, and generate some initial blocks setup_node()