aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_helpers_exchange.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c
index 597b5399a..95ba71b7d 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -750,8 +750,12 @@ start_helpers (const char *config_filename,
struct GNUNET_OS_Process *helpers[2])
{
char *dir;
+ const struct GNUNET_OS_ProjectData *pd;
+ pd = GNUNET_OS_project_data_get ();
+ GNUNET_OS_init (TALER_project_data_default ());
dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBEXECDIR);
+ GNUNET_OS_init (pd);
if (NULL == dir)
{
GNUNET_break (0);