-fix paths issue

This commit is contained in:
Christian Grothoff 2021-11-21 13:33:24 +01:00
parent 9b8abc1b01
commit c88363be20
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);