aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2015-09-17 09:52:51 -0400
committerJeff Garzik <jgarzik@bitpay.com>2015-09-17 09:52:51 -0400
commit9da3de80aea23a1c3623f737404dcdabf5f78c0c (patch)
tree654c633d208a6da98d9d4da8d40d09d431bcf22c
parentcb71316a1b995823ce7a5f588230596f7b3da28e (diff)
parent312cfe63a347b40f913018c852b1182a8e576428 (diff)
downloadbitcoin-9da3de80aea23a1c3623f737404dcdabf5f78c0c.tar.xz
Merge pull request #6685
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
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"