From: Wayne Davison Date: Sun, 20 May 2007 07:10:48 +0000 (+0000) Subject: - Added more users and some groups to one of the files we're copying. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fdfc67406c01f48726dd6fff12b0bca3f66d3158 - Added more users and some groups to one of the files we're copying. --- diff --git a/testsuite/acls.test b/testsuite/acls.test index 35f744c1..9d9288f8 100644 --- a/testsuite/acls.test +++ b/testsuite/acls.test @@ -20,7 +20,14 @@ echo else >"$fromdir/file2" files='foo file1 file2' setfacl -m u:0:7 "$fromdir/foo" || test_skipped "Your filesystem has ACLs disabled" +setfacl -m g:1:5 "$fromdir/foo" +setfacl -m g:2:1 "$fromdir/foo" +setfacl -m g:0:7 "$fromdir/foo" +setfacl -m u:2:1 "$fromdir/foo" +setfacl -m u:1:5 "$fromdir/foo" + setfacl -m u:0:5 "$fromdir/file1" + setfacl -m u:0:5 "$fromdir/file2" cd "$fromdir"