Got rid of protocol-29 check.
[rsync/rsync.git] / testsuite / default-acls.test
index 38ed2b7..0b53081 100644 (file)
@@ -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' ;;
@@ -20,8 +16,6 @@ true) test_skipped "I don't know how to use your setfacl command" ;;
 esac
 setfacl $opts "$scratchdir" || test_skipped "Your filesystem has ACLs disabled"
 
-test_skipped "Skipping temporarily due to compile-farm timeouts"
-
 # Call as: testit <dirname> <default-acl> <file-expected> <program-expected>
 testit() {
     todir="$scratchdir/$1"