From 55b24dc3ce7334d7a6f7e5978a2573298866e324 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 25 Nov 2013 14:31:28 -0600 Subject: [PATCH] Don't check ACLs in t/compare-trees on NetBSD. Treat NetBSD like Cygwin and Darwin (OS X) in t/compare-trees. This should finish the process of disabling POSIX ACL support on NetBSD 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..0884209 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 entrprising person + fixes this, adjust t/compare-trees. Notes on Cygwin diff --git a/t/compare-trees b/t/compare-trees index 5ef44a2..3f99b3c 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|netbsd) echo "Not comparing ACLs (not yet supported on $OSTYPE)" 1>&2 ;; *) -- 2.39.2