From fb06cf6028090d371a6ecdddba59ed2bed0ad465 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 12 Feb 2008 01:31:05 +0000 Subject: Initial pass at an end-to-end test suite. --- tests/data/cmd-wrapper.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data/cmd-wrapper.in (limited to 'tests/data/cmd-wrapper.in') diff --git a/tests/data/cmd-wrapper.in b/tests/data/cmd-wrapper.in new file mode 100644 index 0000000..d50816c --- /dev/null +++ b/tests/data/cmd-wrapper.in @@ -0,0 +1,9 @@ +#!/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' -- cgit v1.2.3