diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2015-09-17 09:52:51 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2015-09-17 09:52:51 -0400 |
commit | 9da3de80aea23a1c3623f737404dcdabf5f78c0c (patch) | |
tree | 654c633d208a6da98d9d4da8d40d09d431bcf22c | |
parent | cb71316a1b995823ce7a5f588230596f7b3da28e (diff) | |
parent | 312cfe63a347b40f913018c852b1182a8e576428 (diff) |
Merge pull request #6685
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index c6181c48ca..2f2b9d86db 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -60,7 +60,7 @@ testScriptsExt=( ); if [ "x$ENABLE_ZMQ" = "x1" ]; then - testScripts=( ${testScripts[@]} 'zmq_test.py' ) + testScripts+=('zmq_test.py') fi extArg="-extended" |