diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:35:49 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:35:49 +0900 |
commit | 0bc4568c4b69ef6535079bedda4a578f4e375aeb (patch) | |
tree | 3b6c2c08031225e8f6cc9032b4ee0ba78512538b /testsuite/ssh-basic.test | |
parent | 7acd85d65ef52b08be9cf5cdf057239aa7a21e85 (diff) | |
download | rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.gz rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.tar.bz2 rsync-0bc4568c4b69ef6535079bedda4a578f4e375aeb.zip |
Imported Upstream version 3.2.0upstream/3.2.0
Diffstat (limited to 'testsuite/ssh-basic.test')
-rw-r--r-- | testsuite/ssh-basic.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index c91505b8..4bcbdfe9 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -19,7 +19,7 @@ if test x"$rsync_enable_ssh_tests" = xyes; then fi if [ "`$SSH -o'BatchMode yes' localhost echo yes`" != "yes" ]; then - test_skipped "Skipping SSH tests because ssh conection to localhost not authorised" + test_skipped "Skipping SSH tests because ssh connection to localhost not authorised" fi echo "Using remote shell: $SSH" |