diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-07-30 14:47:35 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-07-30 14:47:35 +0000 |
commit | 10ed66fdf84a288b1df7efb38f43a5bf49167645 (patch) | |
tree | 23cd8f64eba7a1cef7a231624d53076931195a1f /lib/libarchive/test | |
parent | a4a16855c3f2cda743059f70da111ac0f03380da (diff) |
Backport NFSv4 ACL fix from libarchive master branch.
Source:
https://github.com/libarchive/libarchive/commit/f67370d5
Obtained from: libarchive (master branch)
Notes
Notes:
svn path=/head/; revision=238909
Diffstat (limited to 'lib/libarchive/test')
-rw-r--r-- | lib/libarchive/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile index ce039be5828a..5e7c7a48fad0 100644 --- a/lib/libarchive/test/Makefile +++ b/lib/libarchive/test/Makefile @@ -19,7 +19,8 @@ CFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1 .PATH: ${LIBARCHIVEDIR}/libarchive/test TESTS= \ - test_acl_freebsd.c \ + test_acl_freebsd_nfs4.c \ + test_acl_freebsd_posix1e.c \ test_acl_nfs4.c \ test_acl_pax.c \ test_acl_posix1e.c \ |