From: Wayne Davison Date: Thu, 20 Jan 2022 17:00:01 +0000 (-0800) Subject: Specify the rsync that lsh.sh should run. [buildall] X-Git-Tag: v3.2.4pre4~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b3e68814b5a8f650b4813057ed891c846134d0a;p=thirdparty%2Frsync.git Specify the rsync that lsh.sh should run. [buildall] --- 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