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/trivial PROGS = cleanup \ setup \ zfs_acl_chmod_001_pos \ zfs_acl_compress_001_pos \ zfs_acl_cp_001_pos \ zfs_acl_cp_002_neg \ zfs_acl_cp_003_neg \ --- 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/trivial PROGS = cleanup \ setup \ + zfs_acl_aclmode_restricted_001_pos \ zfs_acl_chmod_001_pos \ zfs_acl_compress_001_pos \ zfs_acl_cp_001_pos \ zfs_acl_cp_002_neg \ zfs_acl_cp_003_neg \