summaryrefslogtreecommitdiff
path: root/testsuite/executability.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
* Make use of $suitedir.Wayne Davison2009-10-241-1/+1
|
* Added a special permission (o+t) to one of the files in the test.Wayne Davison2006-02-041-2/+2
|
* The calls to check_perms now pass a test number arg andWayne Davison2006-02-031-8/+6
| | | | don't check for failure (it will die on failure).
* Moved check_perms() into rsync.fns and tweaked how it is called.Wayne Davison2006-02-031-15/+6
|
* Matt's executability test with a few tweaks (e.g. to avoid usingWayne Davison2006-02-031-0/+58
"stat").