From: Rob Browning Date: Sun, 24 Nov 2013 18:05:00 +0000 (-0600) Subject: Don't check ACLs in t/compare-trees on FreeBSD. X-Git-Tag: 0.25-rc5~11 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=985b17f45707fe3759ca13f005625934f5f63b4c 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 --- 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 ;; *)