summaryrefslogtreecommitdiff
path: root/testsuite/ssh-basic.test
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-26 23:57:55 +0000
committerGitHub <noreply@github.com>2021-09-26 16:57:55 -0700
commitdde469513625c0e10216da9b6f6546aa844431f7 (patch)
treeca4e2013323105eab83f0a13154cc8e3b8991975 /testsuite/ssh-basic.test
parent33379302927313f426fc561ce2c89069e265b9a3 (diff)
downloadrsync-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/ssh-basic.test')
-rw-r--r--testsuite/ssh-basic.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test
index 4bcbdfe9..1559ca23 100644
--- a/testsuite/ssh-basic.test
+++ b/testsuite/ssh-basic.test
@@ -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