summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_exchange.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 22:31:32 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 22:31:32 +0100
commit6b70f2e45476c573da5d367734f964ded80659eb (patch)
treeb3625a24ba369dc51c9db2a6db708026603578fc /src/testing/testing_api_helpers_exchange.c
parentb5534977a354c588954c30d28e90116dc4d11d0a (diff)
downloadexchange-6b70f2e45476c573da5d367734f964ded80659eb.tar.gz
exchange-6b70f2e45476c573da5d367734f964ded80659eb.tar.bz2
exchange-6b70f2e45476c573da5d367734f964ded80659eb.zip
keep helpers in normal bin/ dir
Diffstat (limited to 'src/testing/testing_api_helpers_exchange.c')
-rw-r--r--src/testing/testing_api_helpers_exchange.c2
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)
{