]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_kvargs.c
fix
[dpdk.git] / app / test / test_kvargs.c
index f823b771fb5d40d3113703f962c5a5cb95080505..2a2dae43a05da23abea69a509c9524fdbbe480b5 100644 (file)
@@ -217,6 +217,7 @@ static int test_invalid_kvargs(void)
                "foo=1,=2",        /* no key */
                "foo=[1,2",        /* no closing bracket in value */
                ",=",              /* also test with a smiley */
+               "foo=[",           /* no value in list and no closing bracket */
                NULL };
        const char **args;
        const char *valid_keys_list[] = { "foo", "check", NULL };