]> git.ipfire.org Git - thirdparty/libarchive.git/commit
New tar test: test_option_acls
authorMartin Matuska <martin@matuska.org>
Thu, 2 Mar 2017 13:19:38 +0000 (14:19 +0100)
committerMartin Matuska <martin@matuska.org>
Thu, 2 Mar 2017 15:10:26 +0000 (16:10 +0100)
commitf5d473ed0b708f59f34c702891792efc9bb0817f
treec209007a2c49fd08ee93f7cc8bd40cb7501ed6a5
parent60f0931d3b97e00616d7122321e34116d926bcc5
New tar test: test_option_acls
Add sunacl_get() and setTestAcl() to common test code
Test for membership.h on Mac OS X and make it a requirement for ACLs
13 files changed:
CMakeLists.txt
Makefile.am
build/cmake/config.h.in
cat/test/CMakeLists.txt
configure.ac
cpio/test/CMakeLists.txt
libarchive/archive_platform.h
libarchive/test/test_acl_platform_nfs4.c
libarchive/test/test_acl_platform_posix1e.c
tar/test/CMakeLists.txt
tar/test/test_option_acls.c [new file with mode: 0644]
test_utils/test_common.h
test_utils/test_main.c