aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-07 12:04:15 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-07 12:04:15 +0000
commit966ceb6893b6ad0a504d7435ec97fc4beba65bb2 (patch)
tree27e4c9440ff0db256c21a8d71158ea4d1ae13f22 /src/util
parent9dac7b6b7b035d55bdb9731795712ead92e11f76 (diff)
downloadgnunet-966ceb6893b6ad0a504d7435ec97fc4beba65bb2.tar.gz
gnunet-966ceb6893b6ad0a504d7435ec97fc4beba65bb2.zip
better clean up
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_pseudonym.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_pseudonym.c b/src/util/test_pseudonym.c
index dd6cf680d..d358c8210 100644
--- a/src/util/test_pseudonym.c
+++ b/src/util/test_pseudonym.c
@@ -132,6 +132,7 @@ FAILURE:
132 GNUNET_PSEUDONYM_discovery_callback_unregister (&noti_callback, &notiCount); 132 GNUNET_PSEUDONYM_discovery_callback_unregister (&noti_callback, &notiCount);
133 GNUNET_CONTAINER_meta_data_destroy (meta); 133 GNUNET_CONTAINER_meta_data_destroy (meta);
134 GNUNET_CONFIGURATION_destroy (cfg); 134 GNUNET_CONFIGURATION_destroy (cfg);
135 GNUNET_DISK_directory_remove ("/tmp/gnunet-pseudonym-test");
135 return (ok == GNUNET_YES) ? 0 : 1; 136 return (ok == GNUNET_YES) ? 0 : 1;
136} 137}
137 138