summaryrefslogtreecommitdiff
path: root/tests/mkdir/perm
AgeCommit message (Collapse)Author
2005-06-22Use umask-check.Paul Eggert
2005-04-29Don't use 'set -'. Simplify test construction.Paul Eggert
Work even if the underyling system attaches ACLs to new dirs.
2005-04-22Test for "mkdir -m =+x dir" bug.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.
2003-05-14Use tr's \n notation rather than \012.Jim Meyering
2002-06-15now that $tmp has two components, use mkdir's -p option to create itJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2000-12-31sticky-check -> setgid-checkJim Meyering
2000-12-26tweak comment, white spaceJim Meyering
2000-12-26Disable the test if the working directory has the sticky bit set.Jim Meyering
2000-11-13Add an `echo' so that the input to the sed commandJim Meyering
is NL-terminated. Otherwise, Solaris' /bin/sed generates no output. Reported by Vin Shelton.
2000-11-11(tests): Use `empty' (instead of just blanks) toJim Meyering
indicate no `-m' option. Using just blanks wasn't portable to Solaris2.5.1's /bin/sh.
2000-11-11Don't put newline in IFS; that's not portable toJim Meyering
NetBSD's /bin/sh. Instead, filter newlines and leading/trailing blanks out of `tests' before the `set -'.
2000-10-31Much improved.Jim Meyering
Run each test also with mkdir's `-p' option and check permissions on the parent directories.
2000-10-31Fix the test so it actually does something.Jim Meyering
Run each test also with mkdir's `-p' option.
2000-09-30*** empty log message ***Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30*** empty log message ***Jim Meyering