summaryrefslogtreecommitdiff
path: root/tests/data/cmd-wrapper.in
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-21 17:45:56 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-21 17:45:56 -0800
commitae14bea1375dd5923d4a73e167b27bee13feb7b7 (patch)
treec1222395732cf8ce2cca32f013f080d19736f474 /tests/data/cmd-wrapper.in
parent57aba51dc26ebf0bdd034f6cb418a9ea5f1fc0be (diff)
parent60210334fa3dbd5dd168199063c6ee850d750d0c (diff)
Merge commit 'upstream/0.10' into debian
Diffstat (limited to 'tests/data/cmd-wrapper.in')
-rw-r--r--tests/data/cmd-wrapper.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/data/cmd-wrapper.in b/tests/data/cmd-wrapper.in
deleted file mode 100644
index e119002..0000000
--- a/tests/data/cmd-wrapper.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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' \
- -q "$@"