mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-19 12:25:42 -04:00
Got rid of protocol-29 check.
This commit is contained in:
@@ -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' ;;
|
||||
|
||||
Reference in New Issue
Block a user