From 13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jul 2020 22:18:47 +0200 Subject: adapt to change in GNUNET_OS_start_process() API (#6188) --- src/testing/testing_api_helpers.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/testing') diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c index 59ca0bd8..2564c72f 100644 --- a/src/testing/testing_api_helpers.c +++ b/src/testing/testing_api_helpers.c @@ -49,8 +49,7 @@ TALER_TESTING_run_merchant (const char *config_filename, char *wget_cmd; merchant_proc - = GNUNET_OS_start_process (GNUNET_NO, - GNUNET_OS_INHERIT_STD_ALL, + = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, "taler-merchant-httpd", "taler-merchant-httpd", @@ -147,7 +146,6 @@ TALER_TESTING_prepare_merchant (const char *config_filename) /* DB preparation */ if (NULL == (dbinit_proc = GNUNET_OS_start_process ( - GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, "taler-merchant-dbinit", -- cgit v1.2.3