From: Christian Grothoff Date: Tue, 21 Dec 2010 13:57:33 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19478 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f3bd75594cd4f674a322cae0ac3cdc89f7bde61;p=oweals%2Fgnunet.git fix --- diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c index fdd0dc460..4030820d7 100644 --- a/src/peerinfo/test_peerinfo_api.c +++ b/src/peerinfo/test_peerinfo_api.c @@ -179,6 +179,7 @@ check () "-L", "DEBUG", #endif "-c", "test_peerinfo_api_data.conf", NULL); + GNUNET_assert (NULL != proc); GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, "test-peerinfo-api", "nohelp", options, &run, &ok);