Specify the rsync that lsh.sh should run. [buildall]
authorWayne Davison <wayne@opencoder.net>
Thu, 20 Jan 2022 17:00:01 +0000 (09:00 -0800)
committerWayne Davison <wayne@opencoder.net>
Thu, 20 Jan 2022 17:02:02 +0000 (09:02 -0800)
testsuite/00-hello.test

index e9477182a161bf796841486616f3ad5d9c773c67..97feca955fd66f11fb71b93e3bdf8182ea32273a 100644 (file)
@@ -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