aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_program.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_program.c')
-rw-r--r--src/util/test_program.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/test_program.c b/src/util/test_program.c
index 33a6b50ea4..9ea5b15109 100644
--- a/src/util/test_program.c
+++ b/src/util/test_program.c
@@ -62,6 +62,7 @@ runner (void *cls,
const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg)
{
int *ok = cls;
+
GNUNET_assert (setme1 == 1);
GNUNET_assert (0 == strcmp (args[0], "extra"));
GNUNET_assert (args[1] == NULL);
@@ -78,6 +79,7 @@ static int
check ()
{
int ok = 1;
+
char *const argv[] = {
"test_program",
"-c",