]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add EACCES errno to test_strerror
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sun, 3 May 2026 04:19:52 +0000 (00:19 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sun, 3 May 2026 04:21:59 +0000 (00:21 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tests/helpers/test_strerror.c

index e0ad21e6d60e2b51119927f053d9e90fc646fe84..bef95b9558343ef18ab6cc3496fea80548444b39 100644 (file)
@@ -26,6 +26,7 @@ static struct {
        E(EINVAL),
        E(ERANGE),
        E(EPERM),
+       E(EACCES),
 };
 
 int main(int argc, const char *argv[])