From 2a35e345a204cb357361406f28e07bf9076cb092 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 20 Feb 2014 10:35:33 +0000 Subject: Allow redirection of STDERR when starting processes. --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/testing.c b/src/testing/testing.c index 5cb823575..51876bf1f 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -491,7 +491,7 @@ start_shared_service_instance (struct SharedServiceInstance *i) GNUNET_free (binary); i->proc = GNUNET_OS_start_process (PIPE_CONTROL, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, - NULL, NULL, + NULL, NULL, NULL, libexec_binary, libexec_binary, "-c", -- cgit v1.2.3