Skip to content

Commit

Permalink
change error string in wallet test from new boost filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviabheeman committed Apr 25, 2023
1 parent e2bbd91 commit c91e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_multiwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def wallet_file(name):
assert_equal(os.path.isfile(wallet_file(wallet_name)), True)

# should not initialize if wallet path can't be created
exp_stderr = "boost::filesystem::create_directory: (The system cannot find the path specified|Not a directory):"
exp_stderr = "boost::filesystem::create_directory: File exists [system:17]:"
self.nodes[0].assert_start_raises_init_error(['-wallet=wallet.dat/bad'], exp_stderr, match=ErrorMatch.PARTIAL_REGEX)

self.nodes[0].assert_start_raises_init_error(['-walletdir=wallets'], 'Error: Specified -walletdir "wallets" does not exist')
Expand Down

0 comments on commit c91e60d

Please sign in to comment.