bug#42633: 8.32 make check as root failure of rmdir/ignore.sh

2020-07-31 Thread Nick Alcock
I get an ERROR when running rmdir/ignore.sh as root (but not when running as non-root). The running system has coreutils 8.31 installed; The source tree, /usr/src/coreutils/x86_64-loom, is a loopback mount of an xfs filesystem dedicated only to this build. (The build subdir shai-build has nothing s

bug#42633: 8.32 make check as root failure of rmdir/ignore.sh

2020-07-31 Thread Bernhard Voelker
On 2020-07-31 16:32, Nick Alcock wrote: > I get an ERROR when running rmdir/ignore.sh as root (but not when > running as non-root). [...] > ERROR: tests/rmdir/ignore > = [...] > + mkdir -p x/y > + chmod a-w x > + returns_ 1 rmdir --ignore-fail-on-non-empty x/y > + fail=1 T

bug#42633: 8.32 make check as root failure of rmdir/ignore.sh

2020-07-31 Thread Pádraig Brady
On 31/07/2020 18:56, Bernhard Voelker wrote: On 2020-07-31 16:32, Nick Alcock wrote: I get an ERROR when running rmdir/ignore.sh as root (but not when running as non-root). [...] ERROR: tests/rmdir/ignore = [...] + mkdir -p x/y + chmod a-w x + returns_ 1 rmdir --igno