Diff for /embedaddon/rsync/testsuite/acls.test between versions 1.1 and 1.1.1.3

version 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 handles basic ACL preservation.  # Test that rsync handles basic ACL preservation.
   
. $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"
   
 makepath "$fromdir/foo"  makepath "$fromdir/foo"
 echo something >"$fromdir/file1"  echo something >"$fromdir/file1"

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


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