]> err.no Git - yubikey-personalization/commitdiff
correct argc
authorKlas Lindfors <klas@yubico.com>
Mon, 3 Mar 2014 10:37:29 +0000 (11:37 +0100)
committerKlas Lindfors <klas@yubico.com>
Mon, 3 Mar 2014 10:37:29 +0000 (11:37 +0100)
tests/test_args_to_config.c

index 8a58d33515b327ae405710432b19e01fe45d288b..4dd9228d79c3fcb715f54126d7579cbcbfb4106e 100644 (file)
@@ -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);