summaryrefslogtreecommitdiffstats
path: root/tests/chmod/partial-fail.sh
AgeCommit message (Collapse)AuthorLines
2026-01-08tests: chmod: fix false failure in recent testPádraig Brady-1/+6
* tests/chmod/partial-fail.sh: Test readablility of mode 0 files independently, to avoid false failure, e.g., when run as root. Reported by Bruno Haible.
2026-01-03tests: chmod: ensure failure upon partial successPádraig Brady-0/+26
* tests/chmod/partial-fail.sh: Add new test. * tests/local.mk: Reference new test. Discussed at https://github.com/uutils/coreutils/issues/9790