mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
test: Fix wallet_multiwallet issue on windows
This commit is contained in:
parent
277c225b84
commit
fada2dfcac
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class MultiWalletTest(BitcoinTestFramework):
|
|||
os.mkdir(wallet_dir('no_access'))
|
||||
os.chmod(wallet_dir('no_access'), 0)
|
||||
try:
|
||||
with self.nodes[0].assert_debug_log(expected_msgs=['Too many levels of symbolic links', 'Error scanning']):
|
||||
with self.nodes[0].assert_debug_log(expected_msgs=['Error scanning']):
|
||||
walletlist = self.nodes[0].listwalletdir()['wallets']
|
||||
finally:
|
||||
# Need to ensure access is restored for cleanup
|
||||
|
|
Loading…
Add table
Reference in a new issue