summaryrefslogtreecommitdiff
path: root/src/util/test_helper_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-08 12:42:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-08 12:42:22 +0100
commit98e44f33a766f049085d7f76d2a11a3ad1d91d57 (patch)
treeb35681a45882f4ee1ac36d57324e6847404e2d55 /src/util/test_helper_rsa.c
parenta7273486382c69b23356a110700665b18911d0db (diff)
downloadexchange-98e44f33a766f049085d7f76d2a11a3ad1d91d57.tar.gz
exchange-98e44f33a766f049085d7f76d2a11a3ad1d91d57.tar.bz2
exchange-98e44f33a766f049085d7f76d2a11a3ad1d91d57.zip
add missing preflight
Diffstat (limited to 'src/util/test_helper_rsa.c')
-rw-r--r--src/util/test_helper_rsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c
index 14ff2bfab..bafa45ba8 100644
--- a/src/util/test_helper_rsa.c
+++ b/src/util/test_helper_rsa.c
@@ -609,6 +609,8 @@ main (int argc,
(void) argc;
(void) argv;
+ unsetenv ("XDG_DATA_HOME");
+ unsetenv ("XDG_CONFIG_HOME");
GNUNET_log_setup ("test-helper-rsa",
"WARNING",
NULL);