aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_remove_not_existing_record.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-17 09:22:20 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-17 09:22:20 +0000
commit058ac097acf6b4ea0f856746469beb5a16bd3b4a (patch)
tree5bb255005bc9bcd6de0b847fe9ef393efbc440f9 /src/namestore/test_namestore_api_remove_not_existing_record.c
parent05775489db13d8f052d51110a81102ef7c5e586f (diff)
downloadgnunet-058ac097acf6b4ea0f856746469beb5a16bd3b4a.tar.gz
gnunet-058ac097acf6b4ea0f856746469beb5a16bd3b4a.zip
-start namecache as well
Diffstat (limited to 'src/namestore/test_namestore_api_remove_not_existing_record.c')
-rw-r--r--src/namestore/test_namestore_api_remove_not_existing_record.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/namestore/test_namestore_api_remove_not_existing_record.c b/src/namestore/test_namestore_api_remove_not_existing_record.c
index 231d7b0bc..059243695 100644
--- a/src/namestore/test_namestore_api_remove_not_existing_record.c
+++ b/src/namestore/test_namestore_api_remove_not_existing_record.c
@@ -170,11 +170,10 @@ main (int argc, char *argv[])
170{ 170{
171 res = 1; 171 res = 1;
172 if (0 != 172 if (0 !=
173 GNUNET_TESTING_service_run ("test-namestore-api", 173 GNUNET_TESTING_peer_run ("test-namestore-api",
174 "namestore", 174 "test_namestore_api.conf",
175 "test_namestore_api.conf", 175 &run,
176 &run, 176 NULL))
177 NULL))
178 return 1; 177 return 1;
179 return res; 178 return res;
180} 179}