diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-19 22:57:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-19 22:57:23 +0200 |
commit | ab5748118f86a82c4a29a7476f6cc0b9c40be926 (patch) | |
tree | 6356281482030d268be175909ea14d3f91d2e5b7 | |
parent | 4f047d9edecb1a9b796a9a904dcd42bd3cc3d3b6 (diff) | |
download | glibc-ab5748118f86a82c4a29a7476f6cc0b9c40be926.tar.gz glibc-ab5748118f86a82c4a29a7476f6cc0b9c40be926.tar.xz glibc-ab5748118f86a82c4a29a7476f6cc0b9c40be926.zip |
linux: Trivial test output fix in tst-pkey
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | sysdeps/unix/sysv/linux/tst-pkey.c | 2 |
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 46f55666da..297a7fbc02 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) { |