diff options
Diffstat (limited to 'tests/data')
-rwxr-xr-x[-rw-r--r--] | tests/data/cmd-wrapper (renamed from tests/data/cmd-wrapper.in) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/data/cmd-wrapper.in b/tests/data/cmd-wrapper index 7c7b342..79b1943 100644..100755 --- a/tests/data/cmd-wrapper.in +++ b/tests/data/cmd-wrapper @@ -3,7 +3,6 @@ # Wrapper around the standard wallet-backend script that sets the Perl INC # path and the WALLET_CONFIG environment variable appropriately. -WALLET_CONFIG='@abs_top_srcdir@/tests/data/wallet.conf' +WALLET_CONFIG="$SOURCE/data/wallet.conf" export WALLET_CONFIG -exec perl -I'@abs_top_srcdir@/perl' '@abs_top_srcdir@/server/wallet-backend' \ - -q "$@" +exec perl -I"$SOURCE/../perl" "$SOURCE/../server/wallet-backend" -q "$@" |