From 985b17f45707fe3759ca13f005625934f5f63b4c Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 24 Nov 2013 12:05:00 -0600 Subject: [PATCH] Don't check ACLs in t/compare-trees on FreeBSD. Treat FreeBSD like Cygwin and Darwin (OS X) in t/compare-trees. This should finish the process of disabling POSIX ACL support on FreeBSD that was started here: 349ff15c7db09883abc20bdf3e8a4df6bff12cd3. Signed-off-by: Rob Browning --- README.md | 4 ++-- t/compare-trees | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9392e6b..4c08ff7 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. - - It is not clear if extended attribute and POSIX acl support does - anything useful. + - There is no support for ACLs. If/when some enterprising person + fixes this, adjust t/compare-trees. Notes on Cygwin diff --git a/t/compare-trees b/t/compare-trees index 5ef44a2..cbe332f 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) + cygwin|darwin|freebsd) echo "Not comparing ACLs (not yet supported on $OSTYPE)" 1>&2 ;; *) -- 2.39.2