]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Rename lsh -> lsh.sh.
authorWayne Davison <wayned@samba.org>
Mon, 10 Jun 2013 02:39:44 +0000 (19:39 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 10 Jun 2013 02:40:56 +0000 (19:40 -0700)
support/lsh.sh [moved from support/lsh with 100% similarity]
testsuite/daemon.test
testsuite/files-from.test
testsuite/hardlinks.test
testsuite/ssh-basic.test

similarity index 100%
rename from support/lsh
rename to support/lsh.sh
index 013408fef769492be2bb69216eed1cba2483add8..06728e263355e02f98b1ed7766e6c904de55057d 100644 (file)
@@ -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];####/##/## ##:##:##;'
index 6cc315ba2a115128a35ef19694cda3ec47ca2f94..f71816139a609d170be6f80e2fe53c26467cd841 100644 (file)
@@ -9,7 +9,7 @@
 
 . "$suitedir/rsync.fns"
 
-SSH="$scratchdir/src/support/lsh"
+SSH="$scratchdir/src/support/lsh.sh"
 
 hands_setup
 
index 55131fa78e57750f5eb8667f93f58f85dcfe9804..c7c5314e163c4b75352a2af334051920fabb93c7 100644 (file)
@@ -11,7 +11,7 @@
 
 . "$suitedir/rsync.fns"
 
-SSH="$scratchdir/src/support/lsh"
+SSH="$scratchdir/src/support/lsh.sh"
 
 outfile="$scratchdir/rsync.out"
 
index 865de3cd33a7db9a6c6dc1b724c67840d3a8efa3..c91505b8d37fe1115616235fa26cd87d6894db26 100644 (file)
@@ -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