From 2b3e68814b5a8f650b4813057ed891c846134d0a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 20 Jan 2022 09:00:01 -0800 Subject: [PATCH] Specify the rsync that lsh.sh should run. [buildall] --- testsuite/00-hello.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2