aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-18 18:00:12 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-18 18:00:12 +0000
commitc3bb2fde588bc1f9d822bc5dfbbb930e52a21b83 (patch)
treea0f4a183b6dded627a1a133a4c1e3cf8c2a2ff2f /src/core/test_core_api.c
parentc871949ce934d896718de59775c8b0b7285720c1 (diff)
downloadgnunet-c3bb2fde588bc1f9d822bc5dfbbb930e52a21b83.tar.gz
gnunet-c3bb2fde588bc1f9d822bc5dfbbb930e52a21b83.zip
minor consistency improvements to FS API and another testcase that compiles but does not yet run
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index d72af8254..89aa34f5b 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -363,7 +363,6 @@ check ()
363 struct GNUNET_GETOPT_CommandLineOption options[] = { 363 struct GNUNET_GETOPT_CommandLineOption options[] = {
364 GNUNET_GETOPT_OPTION_END 364 GNUNET_GETOPT_OPTION_END
365 }; 365 };
366 // sleep (1); /* for 'make check': allow previous processes to fully terminate */
367 ok = 1; 366 ok = 1;
368 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 367 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
369 argv, "test-core-api", "nohelp", options, &run, &ok); 368 argv, "test-core-api", "nohelp", options, &run, &ok);