diff mbox series

fixup! selftests/mm: Add mseal test for no-discard madvise

Message ID 20240807203724.2686144-1-pedro.falcato@gmail.com (mailing list archive)
State New
Headers show
Series fixup! selftests/mm: Add mseal test for no-discard madvise | expand

Commit Message

Pedro Falcato Aug. 7, 2024, 8:37 p.m. UTC
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(-)
diff mbox series

Patch

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();