From: Christian Grothoff Date: Mon, 28 Sep 2009 21:33:34 +0000 (+0000) Subject: clean up afterwards X-Git-Tag: initial-import-from-subversion-38251~23458 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=af0734675260188d113f83e4197a647b55384804;p=oweals%2Fgnunet.git clean up afterwards --- 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 () GNUNET_CONFIGURATION_destroy (cfg); ret = strcmp ("/tmp/a/b/c/d/e", fn); GNUNET_free (fn); + GNUNET_DISK_directory_remove ("/tmp/a"); return ret; }