Unverified Commit 44cd7fb6 by 2xsec Committed by Christian Brauner

tests: cleanup getkeys.c

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 28dcf2fe
...@@ -51,6 +51,7 @@ int main(int argc, char *argv[]) ...@@ -51,6 +51,7 @@ int main(int argc, char *argv[])
ret = 1; ret = 1;
goto out; goto out;
} }
ret = c->get_keys(c, NULL, v3, len+1); ret = c->get_keys(c, NULL, v3, len+1);
if (ret != len) { if (ret != len) {
fprintf(stderr, "%d: failed to get keys (%d)\n", __LINE__, ret); fprintf(stderr, "%d: failed to get keys (%d)\n", __LINE__, ret);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment