[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Jan 20 18:52:08 UTC 2022


The branch, master has been updated
       via  48e70055 Add a couple more `--rsync-path` opts to the test. [buildall]
      from  2b3e6881 Specify the rsync that lsh.sh should run. [buildall]

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 48e700555424d535da30f6118b3c753502f66a87
Author: Wayne Davison <wayne at opencoder.net>
Date:   Thu Jan 20 10:51:13 2022 -0800

    Add a couple more `--rsync-path` opts to the test. [buildall]

-----------------------------------------------------------------------

Summary of changes:
 testsuite/00-hello.test | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testsuite/00-hello.test b/testsuite/00-hello.test
index 97feca95..ebd06836 100644
--- a/testsuite/00-hello.test
+++ b/testsuite/00-hello.test
@@ -47,7 +47,7 @@ copy_weird '-ais' '' 'lh:'
 echo test6
 
 touch "$fromdir/one" "$fromdir/two"
-(cd "$fromdir" && $RSYNC -ai --old-args lh:'one two' "$todir/")
+(cd "$fromdir" && $RSYNC -ai --old-args --rsync-path="$RSYNC" lh:'one two' "$todir/")
 if [ ! -f "$todir/one" ] || [ ! -f "$todir/two" ]; then
     test_fail "old-args copy of 'one two' failed"
 fi
@@ -55,7 +55,7 @@ fi
 echo test7
 
 rm "$todir/one" "$todir/two"
-(cd "$fromdir" && RSYNC_OLD_ARGS=1 $RSYNC -ai lh:'one two' "$todir/")
+(cd "$fromdir" && RSYNC_OLD_ARGS=1 $RSYNC -ai --rsync-path="$RSYNC" lh:'one two' "$todir/")
 
 # The script would have aborted on error, so getting here means we've won.
 exit 0


-- 
The rsync repository.



More information about the rsync-cvs mailing list