linux: Trivial test output fix in tst-pkey

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-07-19 22:57:23 +02:00
parent 4f047d9ede
commit ab5748118f
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A

View File

@ -210,7 +210,7 @@ do_test (void)
if (errno == ENOSYS)
FAIL_UNSUPPORTED
("glibc does not support memory protection keys");
FAIL_EXIT1 ("pkey_alloc: %m");
FAIL_EXIT1 ("pkey_get: %m");
}
for (int i = 1; i < key_count; ++i)
{