From 2fcc265c2fc409f29f2c924155f01582aedac981 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 18 Apr 2007 03:30:53 +0000 Subject: [PATCH 1/1] Got rid of protocol-29 check. --- testsuite/default-acls.test | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testsuite/default-acls.test b/testsuite/default-acls.test index 1aa8d492..0b53081e 100644 --- a/testsuite/default-acls.test +++ b/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' ;; -- 2.34.1