merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 44179d880d3fc4a15eaa2c94e46ffdd5067ac894
parent 86c021fe630ab0b5153cdeadb5cca943e48e4797
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 17 Nov 2023 10:22:51 +0100

unset XDG in tests

Diffstat:
Msrc/testing/setup.sh | 4++++
Msrc/testing/test-merchant-walletharness.sh | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/testing/setup.sh b/src/testing/setup.sh @@ -10,6 +10,10 @@ set -eu +unset XDG_DATA_HOME +unset XDG_CONFIG_HOME + + # Cleanup to run whenever we exit function exit_cleanup() { diff --git a/src/testing/test-merchant-walletharness.sh b/src/testing/test-merchant-walletharness.sh @@ -22,6 +22,9 @@ set -eu +unset XDG_DATA_HOME +unset XDG_CONFIG_HOME + # Exit, with status code "skip" (no 'real' failure) function exit_skip() { echo $1