summaryrefslogtreecommitdiff
path: root/tests/data/cmd-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/cmd-wrapper')
-rwxr-xr-xtests/data/cmd-wrapper5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/cmd-wrapper b/tests/data/cmd-wrapper
index b5b6d26..c2d5da1 100755
--- a/tests/data/cmd-wrapper
+++ b/tests/data/cmd-wrapper
@@ -3,6 +3,7 @@
# Wrapper around the standard wallet-backend script that sets the Perl INC
# path and the WALLET_CONFIG environment variable appropriately.
-WALLET_CONFIG="$SOURCE/data/wallet.conf"
+WALLET_CONFIG="$C_TAP_SOURCE/data/wallet.conf"
export WALLET_CONFIG
-exec perl -I"$SOURCE/../perl/lib" "$SOURCE/../server/wallet-backend" -q "$@"
+exec perl -I"$C_TAP_SOURCE/../perl/lib" \
+ "$C_TAP_SOURCE/../server/wallet-backend" -q "$@"