commit 89c03167768794cd7e45cb02d4fad6e54d55e799 parent 117b253d82ca6b4ba8e69a47aed48d61bfd84aba Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 8 Apr 2024 20:16:04 +0200 unset XDG_ variables in test driver Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -29,6 +29,11 @@ set -eu +# These break TALER_HOME control via TALER_TEST_HOME... +unset XDG_DATA_HOME +unset XDG_CONFIG_HOME +unset XDG_CACHE_HOME + EXIT_STATUS=2 # Exit, with status code "skip" (no 'real' failure)