aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
commitcf45b8dff29c366d51aa2e6ea6a64b99b514b9c9 (patch)
tree5cb37c041743daff5af528dbbe24f5c563ce702e /src/peerinfo/test_peerinfo_api.c
parentb91546a3de767292e6472c6b1927480adba43d88 (diff)
downloadgnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.tar.gz
gnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.zip
bugfixes and redesigning scheduler API
Diffstat (limited to 'src/peerinfo/test_peerinfo_api.c')
-rw-r--r--src/peerinfo/test_peerinfo_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index 2bae851bc..a375ca40e 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -149,7 +149,6 @@ check ()
149 "-L", "DEBUG", 149 "-L", "DEBUG",
150#endif 150#endif
151 "-c", "test_peerinfo_api_data.conf", NULL); 151 "-c", "test_peerinfo_api_data.conf", NULL);
152 sleep (1);
153 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 152 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
154 argv, "test-peerinfo-api", "nohelp", 153 argv, "test-peerinfo-api", "nohelp",
155 options, &run, &ok); 154 options, &run, &ok);