aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-12 23:38:36 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-12 23:38:36 +0000
commit5dd1bb69f28e1a38259dd939cfd00469c5b786eb (patch)
tree63514dc4c4e5dabbfec357f743b54c535deeca43 /tests
parent54ccb6083d69da03c71d01a271a09554e4d63e4f (diff)
wallet-backend now supports a -q flag, which disables syslog logging.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/cmd-wrapper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/cmd-wrapper.in b/tests/data/cmd-wrapper.in
index a45edc8..e119002 100644
--- a/tests/data/cmd-wrapper.in
+++ b/tests/data/cmd-wrapper.in
@@ -7,4 +7,4 @@
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 "$@"