From af0734675260188d113f83e4197a647b55384804 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 28 Sep 2009 21:33:34 +0000 Subject: [PATCH] clean up afterwards --- src/util/test_disk.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.25.1