aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/wallet.sh
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-01-10 16:28:57 -0500
committerCory Fields <[email protected]>2014-01-10 16:30:33 -0500
commit371f3f6ba553dbc99c3bd2788c2ba38882112bef (patch)
tree1db424f11db78d8a2dbb0cd72430288f77fb37b8 /qa/rpc-tests/wallet.sh
parentqt5: Force macports default include path to be searched last (diff)
downloaddiscoin-371f3f6ba553dbc99c3bd2788c2ba38882112bef.tar.xz
discoin-371f3f6ba553dbc99c3bd2788c2ba38882112bef.zip
qt5: fix --with-qt with no arguments
Diffstat (limited to 'qa/rpc-tests/wallet.sh')
-rwxr-xr-xqa/rpc-tests/wallet.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/wallet.sh b/qa/rpc-tests/wallet.sh
index 118809a26..8d5a6cdc7 100755
--- a/qa/rpc-tests/wallet.sh
+++ b/qa/rpc-tests/wallet.sh
@@ -12,6 +12,7 @@ BITCOIND=${1}/bitcoind
CLI=${1}/bitcoin-cli
DIR="${BASH_SOURCE%/*}"
+SENDANDWAIT="${DIR}/send.sh"
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
. "$DIR/util.sh"