Print this page
3444 README for usr/src/test
3445 ZFS tests for restricted aclmode
Reviewed by: Christopher Siden <chris.siden@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

*** 8,27 **** # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # ! # Copyright (c) 2012 by Delphix. All rights reserved. # include $(SRC)/Makefile.master ROOTOPTPKG = $(ROOT)/opt/zfs-tests TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/nontrivial PROGS = cleanup \ setup \ zfs_acl_chmod_001_neg \ zfs_acl_chmod_002_pos \ zfs_acl_chmod_aclmode_001_pos \ zfs_acl_chmod_compact_001_pos \ zfs_acl_chmod_delete_001_pos \ --- 8,28 ---- # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # ! # Copyright (c) 2013 by Delphix. All rights reserved. # include $(SRC)/Makefile.master ROOTOPTPKG = $(ROOT)/opt/zfs-tests TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/nontrivial PROGS = cleanup \ setup \ + zfs_acl_aclmode_restricted_001_neg \ zfs_acl_chmod_001_neg \ zfs_acl_chmod_002_pos \ zfs_acl_chmod_aclmode_001_pos \ zfs_acl_chmod_compact_001_pos \ zfs_acl_chmod_delete_001_pos \