From 0238db34853380280ccf164918ebbb28260f4629 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Feb 2012 11:00:10 +0000 Subject: enabling use of pipes for signal communication also on UNIX to enable future integration with Java services --- src/datastore/test_datastore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastore/test_datastore_api.c') diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index c93f5412e..25836ca66 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -526,7 +526,7 @@ check () "test_datastore_api_data_%s.conf", plugin_name); #if START_DATASTORE proc = - GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", + GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm", "gnunet-service-arm", #if VERBOSE "-L", "DEBUG", -- cgit v1.2.3