diff options
author | Ryan Moeller <[email protected]> | 2021-03-16 18:00:14 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-16 15:00:14 -0700 |
commit | 5638803b6af4cc97ee9fabe153418420c24a404e (patch) | |
tree | 128ed4ff8bf443f6af9f4e98abc23dbbdbf6cfe8 /configure.ac | |
parent | dd0b5c8559329a042e55159a5d83440481b06416 (diff) |
ZTS: Add tests for DOS mode attributes
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 <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11734
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 07f590b39..e31d12271 100644 --- a/configure.ac +++ b/configure.ac @@ -240,6 +240,7 @@ AC_CONFIG_FILES([ tests/zfs-tests/tests/Makefile tests/zfs-tests/tests/functional/Makefile tests/zfs-tests/tests/functional/acl/Makefile + tests/zfs-tests/tests/functional/acl/off/Makefile tests/zfs-tests/tests/functional/acl/posix/Makefile tests/zfs-tests/tests/functional/acl/posix-sa/Makefile tests/zfs-tests/tests/functional/alloc_class/Makefile |