diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index a122e3fa7..e75999199 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -27,8 +27,8 @@ testScripts=( 'merkle_blocks.py' 'signrawtransactions.py' 'walletbackup.py' - 'zcpour.py' - 'zcpourdoublespend.py' + 'zcjoinsplit.py' + 'zcjoinsplitdoublespend.py' ); testScriptsExt=( 'bipdersig-p2p.py' diff --git a/qa/rpc-tests/zcpour.py b/qa/rpc-tests/zcjoinsplit.py similarity index 100% rename from qa/rpc-tests/zcpour.py rename to qa/rpc-tests/zcjoinsplit.py diff --git a/qa/rpc-tests/zcpourdoublespend.py b/qa/rpc-tests/zcjoinsplitdoublespend.py similarity index 100% rename from qa/rpc-tests/zcpourdoublespend.py rename to qa/rpc-tests/zcjoinsplitdoublespend.py