aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-07-19 22:57:23 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-07-19 22:57:23 +0200
commitab5748118f86a82c4a29a7476f6cc0b9c40be926 (patch)
tree6356281482030d268be175909ea14d3f91d2e5b7 /sysdeps
parent4f047d9edecb1a9b796a9a904dcd42bd3cc3d3b6 (diff)
downloadglibc-ab5748118f86a82c4a29a7476f6cc0b9c40be926.zip
glibc-ab5748118f86a82c4a29a7476f6cc0b9c40be926.tar.gz
glibc-ab5748118f86a82c4a29a7476f6cc0b9c40be926.tar.bz2
linux: Trivial test output fix in tst-pkey
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/tst-pkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-pkey.c b/sysdeps/unix/sysv/linux/tst-pkey.c
index 46f5566..297a7fb 100644
--- a/sysdeps/unix/sysv/linux/tst-pkey.c
+++ b/sysdeps/unix/sysv/linux/tst-pkey.c
@@ -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)
{