summaryrefslogtreecommitdiff
path: root/testsuite/dir-sgid.test
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup (#214)a13460542021-09-261-1/+1
| | | | | | | | | | | | - use `grep -E` and `grep -F` (`egrep` and `fgrep` are non-standard) - use same hashbang style for all test scripts - use explicit comparisons in test scripts - remove redundant ; from test scripts - make test script not executable, just like all the other scripts - unify codestyle across all test scripts - make openssl license exception clearer by having it at the top - use modern links in COPYING. The text now matches: https://www.gnu.org/licenses/gpl-3.0.txt - fix typo
* Avoid a failed test on Cygwin.Wayne Davison2020-07-131-1/+8
|
* Testsuite/dir-sgid: use symbolic mode to set sgid bitBen Walton2011-09-221-2/+2
| | | | | The chmod on Solaris (9 and 10) cannot set the sgid bit on a directory using absolute mode, so use symbolic mode. Avoids a skipped test.
* Make use of $suitedir.Wayne Davison2009-10-241-1/+1
|
* Test directory setgid inheritence when --perms is not in effect.Wayne Davison2006-02-041-0/+41