summaryrefslogtreecommitdiff
path: root/tests/data/cmd-wrapper.in
blob: a45edc86881d8bd61d5f15d47cea59768f2df6b1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# $Id$
#
# 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'
export WALLET_CONFIG
exec perl -I'@abs_top_srcdir@/perl' '@abs_top_srcdir@/server/wallet-backend' \
    "$@"