Commit f93094fa authored by Wayne Davison's avatar Wayne Davison

Rename lsh -> lsh.sh.

parent baf382d6
......@@ -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];####/##/## ##:##:##;'
......
......@@ -9,7 +9,7 @@
. "$suitedir/rsync.fns"
SSH="$scratchdir/src/support/lsh"
SSH="$scratchdir/src/support/lsh.sh"
hands_setup
......
......@@ -11,7 +11,7 @@
. "$suitedir/rsync.fns"
SSH="$scratchdir/src/support/lsh"
SSH="$scratchdir/src/support/lsh.sh"
outfile="$scratchdir/rsync.out"
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment