Fix walletbackup.py after directory restructuring

Also add walletbackup.py to rpc-tests.sh
This commit is contained in:
Suhas Daftuar
2015-05-27 10:00:15 -04:00
parent c7c9af381c
commit ee9a2e4271
2 changed files with 3 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ testScripts=(
'proxy_test.py'
'merkle_blocks.py'
'signrawtransactions.py'
'walletbackup.py'
);
testScriptsExt=(
'bipdersig-p2p.py'