aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup-transport-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup-transport-test.c')
-rw-r--r--src/setup/gnunet-setup-transport-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup/gnunet-setup-transport-test.c b/src/setup/gnunet-setup-transport-test.c
index fd08c633..89df2d23 100644
--- a/src/setup/gnunet-setup-transport-test.c
+++ b/src/setup/gnunet-setup-transport-test.c
@@ -122,8 +122,7 @@ start_service (const char *name)
122 path = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBEXECDIR); 122 path = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_LIBEXECDIR);
123 GNUNET_asprintf (&filename, "%s/%s", path, binary); 123 GNUNET_asprintf (&filename, "%s/%s", path, binary);
124 GNUNET_free (path); 124 GNUNET_free (path);
125 proc = GNUNET_OS_start_process (GNUNET_NO, 125 proc = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ERR,
126 GNUNET_OS_INHERIT_STD_ERR,
127 NULL, 126 NULL,
128 NULL, 127 NULL,
129 NULL, 128 NULL,
@@ -301,4 +300,5 @@ GNUNET_setup_transport_test (const char *section_name,
301 GNUNET_NAT_AUTO_test_start (cfg, proto, section_name, &result_callback, tc); 300 GNUNET_NAT_AUTO_test_start (cfg, proto, section_name, &result_callback, tc);
302} 301}
303 302
303
304/* end of gnunet-setup-transport-test.c */ 304/* end of gnunet-setup-transport-test.c */