X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/8a38e00aeb2dc1119a0a236a8c903e942903d08b..9e5b47fc5c8836ebda1fb19b1ef3452cc69631f8:/acls.diff diff --git a/acls.diff b/acls.diff index ca57212..21aa7fa 100644 --- a/acls.diff +++ b/acls.diff @@ -309,16 +309,3 @@ To use this patch, run these commands for a successful build: if (preserve_xattrs && !local_server) { rprintf(FERROR, "--xattrs requires protocol 30 or higher" ---- old/testsuite/default-acls.test -+++ new/testsuite/default-acls.test -@@ -9,10 +9,6 @@ - - $RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support" - --case "$RSYNC" in --*protocol=29*) test_skipped "ACLs require protocol 30" ;; --esac -- - case "$setfacl_nodef" in - true) test_skipped "I don't know how to use your setfacl command" ;; - *-k*) opts='-dm u::7,g::5,o:5' ;;