[FreeBSD? BUG]: t1304-default-acl.sh fails on FreeBSD 8.1-STABLE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



t/t1304-default-acl.sh fails on FreeBSD, seemingly because setfacl on
FreeBSD doesn't have a meaningful return code:

    $ setfacl -m u:root:rwx . ; echo $?
    setfacl: .: acl_get_file() failed: Operation not supported
    0

But on Linux:

    $ setfacl -m u:root:rwx . ; echo $?
    setfacl: .: Operation not supported
    1

The Solaris setfacl also behaves.

The FreeBSD manpage says this:

    EXIT STATUS
         The setfacl utility exits 0 on success, and >0 if an error occurs.

Anyone here know more about FreeBSD to shed light on this?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]