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

index 8d71fed9078700450d64e845662d59d59c017694..1c490cbd4e85799cd525fb0159ebd733de67baab 100644 (file)
@@ -367,6 +367,7 @@ check ()
                                  "-L", "DEBUG",
 #endif
                                  "-c", cfg_name, NULL);
+  GNUNET_assert (NULL != proc);
   GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
                       argv, "test-datastore-api", "nohelp",
                       options, &run, NULL);