aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-02-20 10:35:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-02-20 10:35:33 +0000
commit2a35e345a204cb357361406f28e07bf9076cb092 (patch)
tree8c51b5dae07a1f3a3a6a13ac6c623e0b0df2a070 /src/testing
parenta06237deeec4aed38b09f633d7ebbeabb7da4c03 (diff)
downloadgnunet-2a35e345a204cb357361406f28e07bf9076cb092.tar.gz
gnunet-2a35e345a204cb357361406f28e07bf9076cb092.zip
Allow redirection of STDERR when starting processes.
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
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)
491 GNUNET_free (binary); 491 GNUNET_free (binary);
492 i->proc = GNUNET_OS_start_process (PIPE_CONTROL, 492 i->proc = GNUNET_OS_start_process (PIPE_CONTROL,
493 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 493 GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
494 NULL, NULL, 494 NULL, NULL, NULL,
495 libexec_binary, 495 libexec_binary,
496 libexec_binary, 496 libexec_binary,
497 "-c", 497 "-c",