aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/test_os_start_process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/test_os_start_process.c b/src/util/test_os_start_process.c
index 0f225bcec..7005c11a4 100644
--- a/src/util/test_os_start_process.c
+++ b/src/util/test_os_start_process.c
@@ -131,7 +131,8 @@ run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
131 } 131 }
132 132
133 proc = 133 proc =
134 GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, hello_pipe_stdin, hello_pipe_stdout, fn, 134 GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR,
135 hello_pipe_stdin, hello_pipe_stdout, fn,
135 "test_gnunet_echo_hello", "-", NULL); 136 "test_gnunet_echo_hello", "-", NULL);
136 GNUNET_free (fn); 137 GNUNET_free (fn);
137 138