summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-11 12:51:00 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-11 12:51:00 +0100
commit781542d3e0e16a748f995ad5b1cfab2fe4e7ad91 (patch)
treea6038c25ff2de5b64d3ea4d90f69a4636dee268d /src/testing
parent72741624581c4bd4c4c209fb19fac632784d2d16 (diff)
downloadexchange-781542d3e0e16a748f995ad5b1cfab2fe4e7ad91.tar.gz
exchange-781542d3e0e16a748f995ad5b1cfab2fe4e7ad91.tar.bz2
exchange-781542d3e0e16a748f995ad5b1cfab2fe4e7ad91.zip
force use of Taler PD when getting libexec dir
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);