From: Wayne Davison Date: Tue, 24 Apr 2007 18:18:29 +0000 (+0000) Subject: Use a slightly different rsync calling syntax. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/49f7162e7df197194e8adbf3740f4ba47ab7c410 Use a slightly different rsync calling syntax. --- diff --git a/testsuite/acls.test b/testsuite/acls.test index 0e8a1e2e..35f744c1 100644 --- a/testsuite/acls.test +++ b/testsuite/acls.test @@ -23,9 +23,9 @@ setfacl -m u:0:7 "$fromdir/foo" || test_skipped "Your filesystem has ACLs disabl setfacl -m u:0:5 "$fromdir/file1" setfacl -m u:0:5 "$fromdir/file2" -$RSYNC -avvA "$fromdir/" "$todir/" - cd "$fromdir" +$RSYNC -avvA $files "$todir/" + getfacl $files >"$scratchdir/acls.txt" cd "$todir"