exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c381a2aba733b56ccae228037148ee4515453745
parent 43f7cf3d07d088e8f0886007599a912ca9621191
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 20 Jan 2020 09:45:01 +0100

troublesome vars, remove

Diffstat:
Msrc/exchange/test_taler_exchange_httpd_afl.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/exchange/test_taler_exchange_httpd_afl.sh b/src/exchange/test_taler_exchange_httpd_afl.sh @@ -32,6 +32,8 @@ set -eu +unset XDG_DATA_HOME +unset XDG_CONFIG_HOME PREFIX= # Uncomment this line to run with valgrind... PREFIX="valgrind --leak-check=yes --track-fds=yes --error-exitcode=1 --log-file=valgrind.%p"