]> arthur.barton.de Git - bup.git/commitdiff
Don't check ACLs in t/compare-trees on NetBSD.
authorRob Browning <rlb@defaultvalue.org>
Mon, 25 Nov 2013 20:31:28 +0000 (14:31 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 25 Nov 2013 20:31:28 +0000 (14:31 -0600)
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 <rlb@defaultvalue.org>
README.md
t/compare-trees

index 9392e6b8dfca8210a618f8e7ae44e1b5f607704f..0884209fce50005d7f79f467e7120f2e3cb2c78e 100644 (file)
--- 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
index 5ef44a29edc396358afb71d73f50639c665a0e26..3f99b3c4c69a6ab63f6314daecc7415b9d4840ba 100755 (executable)
@@ -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
             ;;
         *)