summaryrefslogtreecommitdiff
path: root/tests/chmod/setgid
AgeCommit message (Collapse)Author
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-08-16* tests/chmod/setgid (abs_srcdir): Remove; not used or needed.Paul Eggert
Skip this test if "chmod g+s d" silently does nothing.
2006-07-17Do the setgid test instead of bailing.Paul Eggert
2005-04-19Use numeric group ids, not symbolic group names,Paul Eggert
since the latter can have shell metacharacters in them (e.g., spaces).
2005-04-18(FETISH_GROUP): Renamed from COREUTILS_GROUP.Paul Eggert
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2001-01-14use id's -ng options, not -nGJim Meyering
2001-01-12 * tests/chmod/setgid: If `chmod g+s d' fails, then try to chgrpJim Meyering
to a group of which we're a member, then try the chmod again.
2001-01-03check for existing behaviorJim Meyering
2001-01-01*** empty log message ***Jim Meyering
2001-01-01*** empty log message ***Jim Meyering