diff options
-rw-r--r-- | src/statistics/test_statistics_api_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c index 02f4aca440..d969e65ce5 100644 --- a/src/statistics/test_statistics_api_loop.c +++ b/src/statistics/test_statistics_api_loop.c @@ -103,6 +103,7 @@ check () #endif "-c", "test_statistics_api_data.conf", NULL); #endif + GNUNET_assert (NULL != proc); GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run, &ok); #if START_SERVICE |