]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: port chmod/setgid.sh to macOS 12
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Feb 2023 21:29:41 +0000 (13:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Feb 2023 21:30:10 +0000 (13:30 -0800)
commit95f4ee0577dd836de523f46999777fbbbe9d2772
tree161927c3e8ab13099bdee3f3c8f999e759a33afe
parentf48b80ff26e331b5ab8fce69396914a65bb05b9a
tests: port chmod/setgid.sh to macOS 12

* tests/chmod/setgid.sh: Try all the groups you’re a member of,
in case id -g returns 4294967295 (nogroup) which is special
and does not let you chgrp a file to it.
tests/chmod/setgid.sh