diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-20 09:45:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-20 09:45:01 +0100 |
commit | c381a2aba733b56ccae228037148ee4515453745 (patch) | |
tree | 8786fea93405755908b37d9bdada989d82c6217b /src | |
parent | 43f7cf3d07d088e8f0886007599a912ca9621191 (diff) |
troublesome vars, remove
Diffstat (limited to 'src')
-rwxr-xr-x | src/exchange/test_taler_exchange_httpd_afl.sh | 2 |
1 files 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 index 64884b757..ca85d26bf 100755 --- 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" |