From 20e9efce49d16ce2c1dd25c295423b11bdc0a2c6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Dec 2010 13:56:44 +0000 Subject: [PATCH] fix --- src/datastore/test_datastore_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index 2edc9a6ec..b7809c3d7 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -656,6 +656,7 @@ check () #endif "-c", cfg_name, NULL); #endif + GNUNET_assert (NULL != proc); GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, "test-datastore-api", "nohelp", options, &run, NULL); -- 2.25.1