Diff for /embedaddon/rsync/testsuite/default-acls.test between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/17 15:09:30 version 1.1.1.3, 2021/03/17 00:32:36
Line 5 Line 5
   
 # Test that rsync obeys default ACLs. -- Matt McCutchen  # 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  case "$setfacl_nodef" in
 true) test_skipped "I don't know how to use your setfacl command" ;;  true) test_skipped "I don't know how to use your setfacl command" ;;

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>