aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conversation/test_conversation_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index 7860eb794..e9f829f24 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -50,8 +50,8 @@ check ()
50 char *path = GNUNET_OS_get_libexec_binary_path ( "gnunet-service-conversation"); 50 char *path = GNUNET_OS_get_libexec_binary_path ( "gnunet-service-conversation");
51 if (NULL == path) 51 if (NULL == path)
52 { 52 {
53 fprintf (stderr, "Service executable not found `%s'\n", "gnunet-service-conversation"); 53 fprintf (stderr, "Service executable not found `%s'\n", "gnunet-service-conversation");
54 return; 54 return 0;
55 } 55 }
56 proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, 56 proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, NULL,
57 path, 57 path,