nosleep
authorChristian Grothoff <christian@grothoff.org>
Mon, 24 Jan 2011 13:27:38 +0000 (13:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 24 Jan 2011 13:27:38 +0000 (13:27 +0000)
src/fs/test_fs_start_stop.c

index 71043bf36d22502401dec37b63429a08e6853ef9..efc74408092e150c91eec69ccf7151c1d48b7e00 100644 (file)
@@ -101,7 +101,6 @@ run (void *cls,
                        GNUNET_FS_FLAGS_NONE,
                        GNUNET_FS_OPTIONS_END);
   GNUNET_assert (NULL != fs); 
-  sleep (1); /* FIXME */
   GNUNET_FS_stop (fs);
 }