From: Klas Lindfors Date: Mon, 3 Mar 2014 10:37:29 +0000 (+0100) Subject: correct argc X-Git-Tag: v1.15.1~10 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf9a080d039805428accd93c2d6977ddd3fc61a;p=yubikey-personalization correct argc --- diff --git a/tests/test_args_to_config.c b/tests/test_args_to_config.c index 8a58d33..4dd9228 100644 --- a/tests/test_args_to_config.c +++ b/tests/test_args_to_config.c @@ -601,9 +601,9 @@ static void _test_ndef2_with_neo_beta(void) const const char *argv[] = { "unittest", "-2", "-nhttps://my.yubico.com/neo/", - NULL + NULL }; - int argc = 2; + int argc = 3; int rc = _test_config(cfg, st, argc, argv); assert(rc == 0);