diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-12-21 13:56:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-12-21 13:56:44 +0000 |
commit | 20e9efce49d16ce2c1dd25c295423b11bdc0a2c6 (patch) | |
tree | c4d48fd974d4160e9900abb715554a74fd9758b2 /src/datastore/test_datastore_api.c | |
parent | 59d630c03b73691d14e7a5e1876671c60b733285 (diff) |
fix
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index 2edc9a6ecb..b7809c3d74 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); |