aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-22 20:54:12 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-22 20:54:12 +0000
commitb2f6f5101353834f8d03a20b0e804e2882a96207 (patch)
tree348558c2627bffaad11d0365d7c2a6667f42b2a6 /src/util/test_disk.c
parent4cfbde1860d5a9bb33774f05de3679b3e4bad116 (diff)
downloadgnunet-b2f6f5101353834f8d03a20b0e804e2882a96207.tar.gz
gnunet-b2f6f5101353834f8d03a20b0e804e2882a96207.zip
fixing cosmetics and inlining of configurations
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