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>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/Makefile
          +++ new/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/Makefile
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  # Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13      -# Copyright (c) 2012 by Delphix. All rights reserved.
       13 +# Copyright (c) 2013 by Delphix. All rights reserved.
  14   14  #
  15   15  
  16   16  include $(SRC)/Makefile.master
  17   17  
  18   18  ROOTOPTPKG = $(ROOT)/opt/zfs-tests
  19   19  TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/nontrivial
  20   20  
  21   21  PROGS = cleanup \
  22   22          setup \
       23 +        zfs_acl_aclmode_restricted_001_neg \
  23   24          zfs_acl_chmod_001_neg \
  24   25          zfs_acl_chmod_002_pos \
  25   26          zfs_acl_chmod_aclmode_001_pos \
  26   27          zfs_acl_chmod_compact_001_pos \
  27   28          zfs_acl_chmod_delete_001_pos \
  28   29          zfs_acl_chmod_inherit_001_pos \
  29   30          zfs_acl_chmod_inherit_002_neg \
  30   31          zfs_acl_chmod_inherit_002_pos \
  31   32          zfs_acl_chmod_inherit_003_pos \
  32   33          zfs_acl_chmod_inherit_004_pos \
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX