Print this page
4206 history_003_pos relies on exact size of history log and entries
4207 history_008_pos depends on obsolete internal history log message
4208 Typo in zfs_main.c: "posxiuser"
4209 Populate zfstest with the remainder of the STF tests
Reviewed by: Sonu Pillai <sonu.pillai@delphix.com>
Reviewed by: Will Guyette <will.guyette@delphix.com>
Reviewed by: Eric Diven <eric.diven@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/zfs-tests/include/commands.cfg
          +++ new/usr/src/test/zfs-tests/include/commands.cfg
↓ 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  export ARP="/usr/sbin/arp"
  17   17  export AWK="/usr/bin/awk"
  18   18  export BASENAME="/usr/bin/basename"
  19   19  export BC="/usr/bin/bc"
  20   20  export BUNZIP2="/usr/bin/bunzip2"
  21   21  export BZCAT="/usr/bin/bzcat"
  22   22  # bzip2, bunzip2 and bzcat prepend the contents of $BZIP2 or $BZIP to any
  23   23  # arguments. Setting BZIP2 here will lead to hard-to-diagnose unhappiness.
↓ open down ↓ 110 lines elided ↑ open up ↑
 134  134  export TAIL="/usr/bin/tail"
 135  135  export TAR="/usr/sbin/tar"
 136  136  export TOUCH="/usr/bin/touch"
 137  137  export TR="/usr/bin/tr"
 138  138  export TRUE="/usr/bin/true"
 139  139  export TUNEFS="/usr/sbin/tunefs"
 140  140  export UFSDUMP="/usr/sbin/ufsdump"
 141  141  export UFSRESTORE="/usr/sbin/ufsrestore"
 142  142  export UMASK="/usr/bin/umask"
 143  143  export UMOUNT="/usr/sbin/umount"
      144 +export UMOUNTALL="/usr/sbin/umountall"
 144  145  export UNAME="/usr/bin/uname"
 145  146  export UNCOMPRESS="/usr/bin/uncompress"
 146  147  export UNIQ="/usr/bin/uniq"
 147  148  export UNPACK="/usr/bin/unpack"
 148  149  export UNSHARE="/usr/sbin/unshare"
 149  150  export USERADD="/usr/sbin/useradd"
 150  151  export USERDEL="/usr/sbin/userdel"
 151  152  export USERMOD="/usr/sbin/usermod"
 152  153  export WAIT="/usr/bin/wait"
 153  154  export WC="/usr/bin/wc"
 154  155  export ZDB="/usr/sbin/zdb"
 155  156  export ZFS="/usr/sbin/zfs"
 156  157  export ZHACK="/usr/sbin/zhack"
 157  158  export ZLOGIN="/usr/sbin/zlogin"
 158  159  export ZONEADM="/usr/sbin/zoneadm"
 159  160  export ZONECFG="/usr/sbin/zonecfg"
 160  161  export ZONENAME="/usr/bin/zonename"
 161  162  export ZPOOL="/usr/sbin/zpool"
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX