fixes
authorChristian Grothoff <christian@grothoff.org>
Tue, 21 Dec 2010 16:13:06 +0000 (16:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 21 Dec 2010 16:13:06 +0000 (16:13 +0000)
src/fs/fs_test_lib.c

index 0647aca9741d5f8464c2f45ceb9910bfcaa63885..3112ce9a288143aea5c6fea60aaf3a242a2d618c 100644 (file)
@@ -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]);