projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee5b1f4
)
clean up afterwards
author
Christian Grothoff
<christian@grothoff.org>
Mon, 28 Sep 2009 21:33:34 +0000
(21:33 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 28 Sep 2009 21:33:34 +0000
(21:33 +0000)
src/util/test_disk.c
patch
|
blob
|
history
diff --git
a/src/util/test_disk.c
b/src/util/test_disk.c
index 7925c80e4aadf341bb3440e2b443f1da86c7af11..dd41c53c02d851a309af6fd1fd3efcd54f1ccb6f 100644
(file)
--- 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;
}