Message ID | 20240807203724.2686144-1-pedro.falcato@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 67203f3f2a63d429272f0c80451e5fcc469fdb46 |
Headers | show |
Series | fixup! selftests/mm: Add mseal test for no-discard madvise | expand |
diff --git a/tools/testing/selftests/mm/mseal_test.c b/tools/testing/selftests/mm/mseal_test.c index 2dcda7440eb..7eec3f0152e 100644 --- a/tools/testing/selftests/mm/mseal_test.c +++ b/tools/testing/selftests/mm/mseal_test.c @@ -1775,7 +1775,7 @@ int main(int argc, char **argv) if (!pkey_supported()) ksft_print_msg("PKEY not supported\n"); - ksft_set_plan(80); + ksft_set_plan(82); test_seal_addseal(); test_seal_unmapped_start();
Adjust the mseal test's plan. Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com> --- Andrew, please squash this small fix into "selftests/mm: Add mseal test for no-discard madvise". Thank you! tools/testing/selftests/mm/mseal_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)