aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_disk.c')
-rw-r--r--src/util/test_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_disk.c b/src/util/test_disk.c
index c84ec812a..f06ffacaf 100644
--- a/src/util/test_disk.c
+++ b/src/util/test_disk.c
@@ -211,7 +211,7 @@ testGetHome ()
211 GNUNET_CONFIGURATION_destroy (cfg); 211 GNUNET_CONFIGURATION_destroy (cfg);
212 ret = strcmp ("/tmp/test-gnunet-disk-a/b/c/d/e", fn); 212 ret = strcmp ("/tmp/test-gnunet-disk-a/b/c/d/e", fn);
213 GNUNET_free (fn); 213 GNUNET_free (fn);
214 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-disk-a"); 214 GNUNET_break (GNUNET_OK == GNUNET_DISK_directory_remove ("/tmp/test-gnunet-disk-a"));
215 return ret; 215 return ret;
216} 216}
217 217