From: Christian Goeschel Ndjomouo Date: Tue, 31 Mar 2026 15:55:03 +0000 (-0400) Subject: tests: (test_strerror.c) add EPERM errno support X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=022eee7d20b59e0366442738d0109ef454c5c87e;p=thirdparty%2Futil-linux.git tests: (test_strerror.c) add EPERM errno support Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/helpers/test_strerror.c b/tests/helpers/test_strerror.c index a574c6ef3..7fcba1fed 100644 --- a/tests/helpers/test_strerror.c +++ b/tests/helpers/test_strerror.c @@ -7,6 +7,7 @@ * Copyright (C) 2019 Patrick Steinhardt #include #include #include @@ -21,6 +22,7 @@ static struct { E(ENOTTY), E(EILSEQ), E(EINVAL), + E(EPERM), }; int main(int argc, const char *argv[])