From: Christian Goeschel Ndjomouo Date: Sun, 3 May 2026 04:19:52 +0000 (-0400) Subject: tests: add EACCES errno to test_strerror X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2875198d5bfea02b63a07891bf40a575249650e2;p=thirdparty%2Futil-linux.git tests: add EACCES errno to test_strerror Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/helpers/test_strerror.c b/tests/helpers/test_strerror.c index e0ad21e6d..bef95b955 100644 --- a/tests/helpers/test_strerror.c +++ b/tests/helpers/test_strerror.c @@ -26,6 +26,7 @@ static struct { E(EINVAL), E(ERANGE), E(EPERM), + E(EACCES), }; int main(int argc, const char *argv[])