From 05775489db13d8f052d51110a81102ef7c5e586f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Oct 2013 09:22:01 +0000 Subject: [PATCH] -start namecache as well --- src/namestore/test_namestore_api_remove.c | 11 +++++------ 1 file 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[]) { res = 1; if (0 != - GNUNET_TESTING_service_run ("test-namestore-api", - "namestore", - "test_namestore_api.conf", - &run, - NULL)) + GNUNET_TESTING_peer_run ("test-namestore-api", + "test_namestore_api.conf", + &run, + NULL)) return 1; return res; } -/* end of test_namestore_api.c */ +/* end of test_namestore_api_remove.c */ -- 2.25.1