diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:31:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 22:31:32 +0100 |
commit | 6b70f2e45476c573da5d367734f964ded80659eb (patch) | |
tree | b3625a24ba369dc51c9db2a6db708026603578fc /src/testing | |
parent | b5534977a354c588954c30d28e90116dc4d11d0a (diff) |
keep helpers in normal bin/ dir
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_helpers_exchange.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c index a0f890546..7b65d8f82 100644 --- a/src/testing/testing_api_helpers_exchange.c +++ b/src/testing/testing_api_helpers_exchange.c @@ -586,7 +586,7 @@ start_helpers (const char *config_filename, pd = GNUNET_OS_project_data_get (); GNUNET_OS_init (TALER_project_data_default ()); - dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBEXECDIR); + dir = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR); GNUNET_OS_init (pd); if (NULL == dir) { |