aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
parent9dac7b6b7b035d55bdb9731795712ead92e11f76 (diff)
downloadgnunet-966ceb6893b6ad0a504d7435ec97fc4beba65bb2.tar.gz
gnunet-966ceb6893b6ad0a504d7435ec97fc4beba65bb2.zip
better clean up
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index b91241979..2bae851bc 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -169,7 +169,7 @@ main (int argc, char *argv[])
169 int ret = 0; 169 int ret = 0;
170 170
171 ret = check (); 171 ret = check ();
172 172 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-peerinfo");
173 return ret; 173 return ret;
174} 174}
175 175