From: Christian Grothoff Date: Tue, 21 Dec 2010 16:13:06 +0000 (+0000) Subject: fixes X-Git-Tag: initial-import-from-subversion-38251~19458 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5b79d2a877b71d5e718328784fd69725efa1d38d;p=oweals%2Fgnunet.git fixes --- diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index 0647aca97..3112ce9a2 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -535,7 +535,8 @@ GNUNET_FS_TEST_daemons_stop (unsigned int total, GNUNET_CONFIGURATION_destroy (daemons[i]->cfg); if (NULL != daemons[i]->publish_tmp_file) { - GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file); + GNUNET_break (GNUNET_OK == + GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file)); GNUNET_free (daemons[i]->publish_tmp_file); } GNUNET_free (daemons[i]);