On 21/05/2025 22:02, Peter Dyballa wrote:
Am 21.Mai.2025 um 22:46 schrieb Pádraig Brady <p...@draigbrady.com>:
I've pushed this change
Some more changes might be useful: A few tests use the programme getent that
neither exists in old Mac OS X nor in modern macOS… (same for diffutils, I
think, I do remember a test which was logging that the user performing the
tests is not unique/does not have a unique UID)
Yes I see getent is not available on macOS,
but for coreutils at least there is only a single test
that uses getent: tests/chown/separator.sh
and it seems to skip the test when getent is not available.
cheers,
Padraig