From: Christian Grothoff Date: Fri, 13 Nov 2009 11:55:56 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23097 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10ee738c0a3b74b72ef55cdae37b4d622aff3146;p=oweals%2Fgnunet.git fix --- 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 () "-L", "DEBUG", #endif "-c", "test_resolver_api_data.conf", NULL); - GNUNET_assert (OK == GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, + GNUNET_assert (GNUNET_OK == GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, "test-resolver-api", "nohelp", options, &run, &ok)); if (0 != PLIBC_KILL (pid, SIGTERM))