clean up afterwards
authorChristian Grothoff <christian@grothoff.org>
Mon, 28 Sep 2009 21:33:34 +0000 (21:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 28 Sep 2009 21:33:34 +0000 (21:33 +0000)
src/util/test_disk.c

index 7925c80e4aadf341bb3440e2b443f1da86c7af11..dd41c53c02d851a309af6fd1fd3efcd54f1ccb6f 100644 (file)
@@ -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;
 }