[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Jan 20 17:02:25 UTC 2022


The branch, master has been updated
       via  2b3e6881 Specify the rsync that lsh.sh should run. [buildall]
      from  cc832943 Preparing for release of 3.2.4pre3

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


- Log -----------------------------------------------------------------
commit 2b3e68814b5a8f650b4813057ed891c846134d0a
Author: Wayne Davison <wayne at opencoder.net>
Date:   Thu Jan 20 09:00:01 2022 -0800

    Specify the rsync that lsh.sh should run. [buildall]

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

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


Changeset truncated at 500 lines:

diff --git a/testsuite/00-hello.test b/testsuite/00-hello.test
index e9477182..97feca95 100644
--- a/testsuite/00-hello.test
+++ b/testsuite/00-hello.test
@@ -29,7 +29,7 @@ append_line test1
 checkit "$RSYNC -ai '$fromdir/' '$todir/'" "$fromdir" "$todir"
 
 copy_weird() {
-    checkit "$RSYNC $1 \"$2$fromdir/$weird_name/\" \"$3$todir/$weird_name\"" "$fromdir" "$todir"
+    checkit "$RSYNC $1 --rsync-path='$RSYNC' '$2$fromdir/$weird_name/' '$3$todir/$weird_name'" "$fromdir" "$todir"
 }
 
 append_line test2


-- 
The rsync repository.



More information about the rsync-cvs mailing list