summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-21 13:33:24 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-21 13:33:24 +0100
commitc88363be203152df118a0b24c688aac19bff3149 (patch)
tree7fa09723c3216ab66792f7e05200cc6ee7968f4e
parent9b8abc1b011e65d29b87e21625a55ba0ed652e87 (diff)
downloadexchange-c88363be203152df118a0b24c688aac19bff3149.tar.gz
exchange-c88363be203152df118a0b24c688aac19bff3149.tar.bz2
exchange-c88363be203152df118a0b24c688aac19bff3149.zip
-fix paths issue
-rw-r--r--src/util/test_helper_eddsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_helper_eddsa.c b/src/util/test_helper_eddsa.c
index 9b821ae25..b01ecf77b 100644
--- a/src/util/test_helper_eddsa.c
+++ b/src/util/test_helper_eddsa.c
@@ -487,6 +487,8 @@ main (int argc,
(void) argc;
(void) argv;
+ unsetenv ("XDG_DATA_HOME");
+ unsetenv ("XDG_CONFIG_HOME");
GNUNET_log_setup ("test-helper-eddsa",
"INFO",
NULL);