diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-26 23:57:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 16:57:55 -0700 |
commit | dde469513625c0e10216da9b6f6546aa844431f7 (patch) | |
tree | ca4e2013323105eab83f0a13154cc8e3b8991975 /testsuite/itemize.test | |
parent | 33379302927313f426fc561ce2c89069e265b9a3 (diff) | |
download | rsync-dde469513625c0e10216da9b6f6546aa844431f7.tar.gz |
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
Diffstat (limited to 'testsuite/itemize.test')
-rw-r--r-- | testsuite/itemize.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/itemize.test b/testsuite/itemize.test index 6a85ffab..92327238 100644 --- a/testsuite/itemize.test +++ b/testsuite/itemize.test @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Copyright (C) 2005-2020 Wayne Davison |