diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-12 01:55:09 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-12 01:55:09 +0000 |
commit | 54ccb6083d69da03c71d01a271a09554e4d63e4f (patch) | |
tree | edfacb2be7a6737ffe1421bde013ab101adadd44 /tests/data/cmd-wrapper.in | |
parent | 8981930051a7876586de885183bb0997e9800b3c (diff) |
Correctly handle get of an empty object in the wallet client. The
empty string is valid object content.
Add a full end-to-end test suite to catch protocol mismatches between
the client and server, such as the one fixed in this release.
Diffstat (limited to 'tests/data/cmd-wrapper.in')
-rw-r--r-- | tests/data/cmd-wrapper.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/cmd-wrapper.in b/tests/data/cmd-wrapper.in index d50816c..a45edc8 100644 --- a/tests/data/cmd-wrapper.in +++ b/tests/data/cmd-wrapper.in @@ -6,4 +6,5 @@ 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' +exec perl -I'@abs_top_srcdir@/perl' '@abs_top_srcdir@/server/wallet-backend' \ + "$@" |