Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-22 | Use umask-check. | Paul Eggert | |
2005-04-29 | Don't use 'set -'. Simplify test construction. | Paul Eggert | |
Work even if the underyling system attaches ACLs to new dirs. | |||
2005-04-22 | Test for "mkdir -m =+x dir" bug. | Paul Eggert | |
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim 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-14 | Use tr's \n notation rather than \012. | Jim Meyering | |
2002-06-15 | now that $tmp has two components, use mkdir's -p option to create it | Jim Meyering | |
2002-06-15 | use trap stuff from sample-test | Jim Meyering | |
2000-12-31 | sticky-check -> setgid-check | Jim Meyering | |
2000-12-26 | tweak comment, white space | Jim Meyering | |
2000-12-26 | Disable the test if the working directory has the sticky bit set. | Jim Meyering | |
2000-11-13 | Add an `echo' so that the input to the sed command | Jim 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) to | Jim Meyering | |
indicate no `-m' option. Using just blanks wasn't portable to Solaris2.5.1's /bin/sh. | |||
2000-11-11 | Don't put newline in IFS; that's not portable to | Jim Meyering | |
NetBSD's /bin/sh. Instead, filter newlines and leading/trailing blanks out of `tests' before the `set -'. | |||
2000-10-31 | Much improved. | Jim Meyering | |
Run each test also with mkdir's `-p' option and check permissions on the parent directories. | |||
2000-10-31 | Fix 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 | |