mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-25 02:28:01 +03:00

Create a new section of tests to run with acltype=off. For now the only test we have is for the DOS mode READONLY attribute on FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #11734
7 lines
147 B
Makefile
7 lines
147 B
Makefile
pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/acl
|
|
dist_pkgdata_DATA = \
|
|
acl.cfg \
|
|
acl_common.kshlib
|
|
|
|
SUBDIRS = off posix posix-sa
|