aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 09:22:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 09:22:01 +0000
commit05775489db13d8f052d51110a81102ef7c5e586f (patch)
treee9d4332570d5c79ecc9b4a6d234d8053aec610db /src/namestore/test_namestore_api_remove.c
parentad3086c0d4083f4a499936bf6e043edcfc1627c4 (diff)
downloadgnunet-05775489db13d8f052d51110a81102ef7c5e586f.tar.gz
gnunet-05775489db13d8f052d51110a81102ef7c5e586f.zip
-start namecache as well
Diffstat (limited to 'src/namestore/test_namestore_api_remove.c')
-rw-r--r--src/namestore/test_namestore_api_remove.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/namestore/test_namestore_api_remove.c b/src/namestore/test_namestore_api_remove.c
index 7e3af8290..9fdf738b1 100644
--- a/src/namestore/test_namestore_api_remove.c
+++ b/src/namestore/test_namestore_api_remove.c
@@ -191,13 +191,12 @@ main (int argc, char *argv[])
191{ 191{
192 res = 1; 192 res = 1;
193 if (0 != 193 if (0 !=
194 GNUNET_TESTING_service_run ("test-namestore-api", 194 GNUNET_TESTING_peer_run ("test-namestore-api",
195 "namestore", 195 "test_namestore_api.conf",
196 "test_namestore_api.conf", 196 &run,
197 &run, 197 NULL))
198 NULL))
199 return 1; 198 return 1;
200 return res; 199 return res;
201} 200}
202 201
203/* end of test_namestore_api.c */ 202/* end of test_namestore_api_remove.c */