From 60210334fa3dbd5dd168199063c6ee850d750d0c Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 21 Feb 2010 17:45:55 -0800 Subject: Imported Upstream version 0.10 --- tests/data/cmd-wrapper.in | 10 ---------- 1 file changed, 10 deletions(-) delete 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 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 "$@" -- cgit v1.2.3