]> sourceware.org Git - glibc.git/commitdiff
linux: Trivial test output fix in tst-pkey
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 19 Jul 2024 20:57:23 +0000 (22:57 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 19 Jul 2024 20:57:23 +0000 (22:57 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
sysdeps/unix/sysv/linux/tst-pkey.c

index 46f55666dad2733b7f33c888a6eebfea60d64b19..297a7fbc0259f089c7546b726dd5be7c91642398 100644 (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)
     {
This page took 0.039227 seconds and 5 git commands to generate.