Skip to content

Commit

Permalink
Fix feature_filelock.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 26, 2024
1 parent d68a76e commit e218d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_filelock.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run_test(self):
self.log.info("Check that cookie and PID file are not deleted when attempting to start a second bitcoind using the same datadir")
cookie_file = datadir / ".cookie"
assert cookie_file.exists() # should not be deleted during the second bitcoind instance shutdown
pid_file = datadir / "bitcoind.pid"
pid_file = datadir / "qtumd.pid"
assert pid_file.exists()

if self.is_wallet_compiled():
Expand Down

0 comments on commit e218d9c

Please sign in to comment.