]> git.proxmox.com Git - mirror_zfs.git/commit
ZTS: Add tests for DOS mode attributes
authorRyan Moeller <ryan@iXsystems.com>
Tue, 16 Mar 2021 22:00:14 +0000 (18:00 -0400)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 22:00:14 +0000 (15:00 -0700)
commit5638803b6af4cc97ee9fabe153418420c24a404e
tree128ed4ff8bf443f6af9f4e98abc23dbbdbf6cfe8
parentdd0b5c8559329a042e55159a5d83440481b06416
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 <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11734
configure.ac
tests/runfiles/freebsd.run
tests/zfs-tests/tests/functional/acl/Makefile.am
tests/zfs-tests/tests/functional/acl/off/.gitignore [new file with mode: 0644]
tests/zfs-tests/tests/functional/acl/off/Makefile.am [new file with mode: 0644]
tests/zfs-tests/tests/functional/acl/off/cleanup.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/acl/off/dosmode.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/acl/off/dosmode_readonly_write.c [new file with mode: 0644]
tests/zfs-tests/tests/functional/acl/off/setup.ksh [new file with mode: 0755]