aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-28 21:33:34 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-28 21:33:34 +0000
commitaf0734675260188d113f83e4197a647b55384804 (patch)
tree7972cdbccbc81577ed8c5e8cd69781fb20c7121b /src/util/test_disk.c
parentee5b1f4bca1a46e19d12d1bf3743ec1272d661e8 (diff)
downloadgnunet-af0734675260188d113f83e4197a647b55384804.tar.gz
gnunet-af0734675260188d113f83e4197a647b55384804.zip
clean up afterwards
Diffstat (limited to 'src/util/test_disk.c')
-rw-r--r--src/util/test_disk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_disk.c b/src/util/test_disk.c
index 7925c80e4..dd41c53c0 100644
--- a/src/util/test_disk.c
+++ b/src/util/test_disk.c
@@ -203,6 +203,7 @@ testGetHome ()
203 GNUNET_CONFIGURATION_destroy (cfg); 203 GNUNET_CONFIGURATION_destroy (cfg);
204 ret = strcmp ("/tmp/a/b/c/d/e", fn); 204 ret = strcmp ("/tmp/a/b/c/d/e", fn);
205 GNUNET_free (fn); 205 GNUNET_free (fn);
206 GNUNET_DISK_directory_remove ("/tmp/a");
206 return ret; 207 return ret;
207} 208}
208 209