From: Wayne Davison Date: Mon, 10 Jun 2013 02:39:44 +0000 (-0700) Subject: Rename lsh -> lsh.sh. X-Git-Tag: v3.1.0pre1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93094fa9ff5923eff1c335083281233f19c0f67;p=thirdparty%2Frsync.git Rename lsh -> lsh.sh. --- diff --git a/support/lsh b/support/lsh.sh similarity index 100% rename from support/lsh rename to 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