--- embedaddon/rsync/testsuite/default-acls.test 2012/02/17 15:09:30 1.1.1.1 +++ embedaddon/rsync/testsuite/default-acls.test 2021/03/17 00:32:36 1.1.1.3 @@ -5,9 +5,9 @@ # Test that rsync obeys default ACLs. -- Matt McCutchen -. $srcdir/testsuite/rsync.fns +. $suitedir/rsync.fns -$RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support" +$RSYNC --version | grep "[, ] ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support" case "$setfacl_nodef" in true) test_skipped "I don't know how to use your setfacl command" ;;