From: Rob Browning Date: Mon, 25 Nov 2013 20:27:25 +0000 (-0600) Subject: Revert "Don't check ACLs in t/compare-trees on FreeBSD." X-Git-Tag: 0.25-rc5~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=04ccc00b30104e829385d0a337174b043129dfd5 Revert "Don't check ACLs in t/compare-trees on FreeBSD." This reverts commit 985b17f45707fe3759ca13f005625934f5f63b4c. That should have been *NetBSD*. Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 4c08ff7..9392e6b 100644 --- a/README.md +++ b/README.md @@ -258,8 +258,8 @@ Notes on NetBSD/pkgsrc traversal code ("fts") in NetBSD's libc will interpret this as a cycle and error out, so "ls -R" and "find" will not work. - - There is no support for ACLs. If/when some enterprising person - fixes this, adjust t/compare-trees. + - It is not clear if extended attribute and POSIX acl support does + anything useful. Notes on Cygwin diff --git a/t/compare-trees b/t/compare-trees index cbe332f..5ef44a2 100755 --- a/t/compare-trees +++ b/t/compare-trees @@ -49,7 +49,7 @@ if [[ ! "$rsync_version" =~ "ACLs" ]] || [[ "$rsync_version" =~ "no ACLs" ]]; th echo "Not comparing ACLs (not supported by available rsync)" 1>&2 else case $OSTYPE in - cygwin|darwin|freebsd) + cygwin|darwin) echo "Not comparing ACLs (not yet supported on $OSTYPE)" 1>&2 ;; *)