aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_start_stop.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-24 13:27:38 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-24 13:27:38 +0000
commit41d967a58fdf9df3b462980a3172ce1cb90cf334 (patch)
tree0f9adc2e6d4b5c9332ae037ffda2edecff8e080c /src/fs/test_fs_start_stop.c
parent0c3a242667e7b70123fd431bcf955e1b357478c7 (diff)
downloadgnunet-41d967a58fdf9df3b462980a3172ce1cb90cf334.tar.gz
gnunet-41d967a58fdf9df3b462980a3172ce1cb90cf334.zip
nosleep
Diffstat (limited to 'src/fs/test_fs_start_stop.c')
-rw-r--r--src/fs/test_fs_start_stop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/test_fs_start_stop.c b/src/fs/test_fs_start_stop.c
index 71043bf36..efc744080 100644
--- a/src/fs/test_fs_start_stop.c
+++ b/src/fs/test_fs_start_stop.c
@@ -101,7 +101,6 @@ run (void *cls,
101 GNUNET_FS_FLAGS_NONE, 101 GNUNET_FS_FLAGS_NONE,
102 GNUNET_FS_OPTIONS_END); 102 GNUNET_FS_OPTIONS_END);
103 GNUNET_assert (NULL != fs); 103 GNUNET_assert (NULL != fs);
104 sleep (1); /* FIXME */
105 GNUNET_FS_stop (fs); 104 GNUNET_FS_stop (fs);
106} 105}
107 106