test: Fix wallet_multiwallet issue on windows

This commit is contained in:
MarcoFalke 2020-12-01 13:48:52 +01:00
parent 277c225b84
commit fada2dfcac
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

View File

@ -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