summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
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",