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
This commit is contained in:
a1346054
2021-09-26 23:57:55 +00:00
committed by GitHub
parent 3337930292
commit dde4695136
39 changed files with 102 additions and 120 deletions

View File

@@ -13,7 +13,7 @@
SSH="$scratchdir/src/support/lsh.sh"
if test x"$rsync_enable_ssh_tests" = xyes; then
if type ssh >/dev/null ; then
if type ssh >/dev/null; then
SSH=ssh
fi
fi