Minor cleanup (#214)
authora1346054 <36859588+a1346054@users.noreply.github.com>
Sun, 26 Sep 2021 23:57:55 +0000 (23:57 +0000)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 23:57:55 +0000 (16:57 -0700)
commitdde469513625c0e10216da9b6f6546aa844431f7
treeca4e2013323105eab83f0a13154cc8e3b8991975
parent33379302927313f426fc561ce2c89069e265b9a3
Minor cleanup (#214)

- 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
39 files changed:
COPYING
rsync.h
runtests.sh
support/rsync-no-vanished
testsuite/00-hello.test
testsuite/README.testsuite
testsuite/acls.test
testsuite/atimes.test
testsuite/backup.test
testsuite/batch-mode.test
testsuite/chgrp.test
testsuite/chmod-option.test
testsuite/chmod-temp-dir.test
testsuite/chmod.test
testsuite/chown.test
testsuite/compare-dest.test
testsuite/crtimes.test
testsuite/default-acls.test
testsuite/delay-updates.test
testsuite/delete.test
testsuite/devices.test
testsuite/dir-sgid.test
testsuite/duplicates.test
testsuite/exclude.test
testsuite/executability.test
testsuite/fuzzy.test
testsuite/hardlinks.test
testsuite/itemize.test
testsuite/merge.test
testsuite/missing.test
testsuite/mkpath.test [changed mode: 0755->0644]
testsuite/rsync.fns
testsuite/ssh-basic.test
testsuite/symlink-ignore.test
testsuite/trimslash.test
testsuite/unsafe-byname.test
testsuite/unsafe-links.test
testsuite/wildmatch.test
testsuite/xattrs.test