aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/test
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-07-30 14:47:35 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-07-30 14:47:35 +0000
commit10ed66fdf84a288b1df7efb38f43a5bf49167645 (patch)
tree23cd8f64eba7a1cef7a231624d53076931195a1f /lib/libarchive/test
parenta4a16855c3f2cda743059f70da111ac0f03380da (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/Makefile3
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 \