aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_resolver_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-13 11:55:56 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-13 11:55:56 +0000
commit10ee738c0a3b74b72ef55cdae37b4d622aff3146 (patch)
tree283d9355d72bec1ab8bab2f0f5ceb401701c49d2 /src/util/test_resolver_api.c
parente6e8d9d41540c9413d7e11908b7daf33efb9a6ff (diff)
downloadgnunet-10ee738c0a3b74b72ef55cdae37b4d622aff3146.tar.gz
gnunet-10ee738c0a3b74b72ef55cdae37b4d622aff3146.zip
fix
Diffstat (limited to 'src/util/test_resolver_api.c')
-rw-r--r--src/util/test_resolver_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c
index 8afa819e4..909a16668 100644
--- a/src/util/test_resolver_api.c
+++ b/src/util/test_resolver_api.c
@@ -176,7 +176,7 @@ check ()
176 "-L", "DEBUG", 176 "-L", "DEBUG",
177#endif 177#endif
178 "-c", "test_resolver_api_data.conf", NULL); 178 "-c", "test_resolver_api_data.conf", NULL);
179 GNUNET_assert (OK == GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 179 GNUNET_assert (GNUNET_OK == GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
180 argv, "test-resolver-api", "nohelp", 180 argv, "test-resolver-api", "nohelp",
181 options, &run, &ok)); 181 options, &run, &ok));
182 if (0 != PLIBC_KILL (pid, SIGTERM)) 182 if (0 != PLIBC_KILL (pid, SIGTERM))