summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-17 22:18:47 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-17 22:18:47 +0200
commit13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881 (patch)
treec0bd91e35c6e3920f28a75814538182751e76af6 /src/testing
parentb9c68238079015dee68ca1df4c23773e9670190f (diff)
downloadmerchant-13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881.tar.gz
merchant-13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881.tar.bz2
merchant-13fe41ec6ceca3a2cd0a48ddee3205fe8beb3881.zip
adapt to change in GNUNET_OS_start_process() API (#6188)
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_helpers.c4
1 files changed, 1 insertions, 3 deletions
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",