-check return value
[oweals/gnunet.git] / src / util / test_resolver_api.c
index f924661dd41c30aac6b692f4e8d2fb6f3777c2ab..b9ca81b0f517a15794992f4c95e28a1609cb428b 100644 (file)
@@ -370,7 +370,7 @@ main (int argc, char *argv[])
   pfx = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR);
   GNUNET_asprintf (&fn, "%s%cgnunet-service-resolver", pfx, DIR_SEPARATOR);
   GNUNET_free (pfx);
-  proc = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, fn, "gnunet-service-resolver",
+  proc = GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, NULL, NULL, fn, "gnunet-service-resolver",
                                   "-c", "test_resolver_api_data.conf", NULL);
   GNUNET_assert (NULL != proc);
   GNUNET_free (fn);