summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-06-09 19:39:44 -0700
committerWayne Davison <wayned@samba.org>2013-06-09 19:40:56 -0700
commitf93094fa9ff5923eff1c335083281233f19c0f67 (patch)
tree4ce00d24a560806c91240cdfd7879f5dee5798a4
parentbaf382d62ebf4cb31ba8bc463b5f828555702f77 (diff)
downloadrsync-f93094fa9ff5923eff1c335083281233f19c0f67.tar.gz
Rename lsh -> lsh.sh.
-rwxr-xr-xsupport/lsh.sh (renamed from support/lsh)0
-rw-r--r--testsuite/daemon.test2
-rw-r--r--testsuite/files-from.test2
-rw-r--r--testsuite/hardlinks.test2
-rw-r--r--testsuite/ssh-basic.test2
5 files changed, 4 insertions, 4 deletions
diff --git a/support/lsh b/support/lsh.sh
index b63444e3..b63444e3 100755
--- a/support/lsh
+++ b/support/lsh.sh
diff --git a/testsuite/daemon.test b/testsuite/daemon.test
index 013408fe..06728e26 100644
--- a/testsuite/daemon.test
+++ b/testsuite/daemon.test
@@ -24,7 +24,7 @@
chkfile="$scratchdir/rsync.chk"
outfile="$scratchdir/rsync.out"
-SSH="src/support/lsh --no-cd"
+SSH="src/support/lsh.sh --no-cd"
FILE_REPL='s/^\([^d][^ ]*\) *\(..........[0-9]\) /\1 \2 /'
DIR_REPL='s/^\(d[^ ]*\) *[0-9][.,0-9]* /\1 DIR /'
LS_REPL='s;[0-9][0-9][0-9][0-9]/[0-9][0-9]/[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9];####/##/## ##:##:##;'
diff --git a/testsuite/files-from.test b/testsuite/files-from.test
index 6cc315ba..f7181613 100644
--- a/testsuite/files-from.test
+++ b/testsuite/files-from.test
@@ -9,7 +9,7 @@
. "$suitedir/rsync.fns"
-SSH="$scratchdir/src/support/lsh"
+SSH="$scratchdir/src/support/lsh.sh"
hands_setup
diff --git a/testsuite/hardlinks.test b/testsuite/hardlinks.test
index 55131fa7..c7c5314e 100644
--- a/testsuite/hardlinks.test
+++ b/testsuite/hardlinks.test
@@ -11,7 +11,7 @@
. "$suitedir/rsync.fns"
-SSH="$scratchdir/src/support/lsh"
+SSH="$scratchdir/src/support/lsh.sh"
outfile="$scratchdir/rsync.out"
diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test
index 865de3cd..c91505b8 100644
--- a/testsuite/ssh-basic.test
+++ b/testsuite/ssh-basic.test
@@ -10,7 +10,7 @@
. "$suitedir/rsync.fns"
-SSH="$scratchdir/src/support/lsh"
+SSH="$scratchdir/src/support/lsh.sh"
if test x"$rsync_enable_ssh_tests" = xyes; then
if type ssh >/dev/null ; then