aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 13:56:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 13:56:44 +0000
commit20e9efce49d16ce2c1dd25c295423b11bdc0a2c6 (patch)
treec4d48fd974d4160e9900abb715554a74fd9758b2 /src
parent59d630c03b73691d14e7a5e1876671c60b733285 (diff)
downloadgnunet-20e9efce49d16ce2c1dd25c295423b11bdc0a2c6.tar.gz
gnunet-20e9efce49d16ce2c1dd25c295423b11bdc0a2c6.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/datastore/test_datastore_api.c1
1 files changed, 1 insertions, 0 deletions
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 ()
656#endif 656#endif
657 "-c", cfg_name, NULL); 657 "-c", cfg_name, NULL);
658#endif 658#endif
659 GNUNET_assert (NULL != proc);
659 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 660 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
660 argv, "test-datastore-api", "nohelp", 661 argv, "test-datastore-api", "nohelp",
661 options, &run, NULL); 662 options, &run, NULL);