projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4878c1
)
fixes
author
Christian Grothoff
<christian@grothoff.org>
Tue, 21 Dec 2010 16:13:06 +0000
(16:13 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 21 Dec 2010 16:13:06 +0000
(16:13 +0000)
src/fs/fs_test_lib.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_test_lib.c
b/src/fs/fs_test_lib.c
index 0647aca9741d5f8464c2f45ceb9910bfcaa63885..3112ce9a288143aea5c6fea60aaf3a242a2d618c 100644
(file)
--- 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]);