fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 21 Dec 2010 13:57:33 +0000 (13:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 21 Dec 2010 13:57:33 +0000 (13:57 +0000)
src/peerinfo/test_peerinfo_api.c

index fdd0dc46051a862e83be5aca5f5953d2dc1cf978..4030820d7180a28309aa1d57e34a95c1b616a6cd 100644 (file)
@@ -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);