mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
linux: Trivial test output fix in tst-pkey
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
4f047d9ede
commit
ab5748118f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user