Print this page
7290 ZFS test suite needs to control what utilities it can run
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/test/zfs-tests/tests/functional/rsend/rsend.cfg
          +++ new/usr/src/test/zfs-tests/tests/functional/rsend/rsend.cfg
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  24   24  #
  25   25  
  26   26  #
  27      -# Copyright (c) 2013 by Delphix. All rights reserved.
       27 +# Copyright (c) 2013, 2016 by Delphix. All rights reserved.
  28   28  #
  29   29  
  30   30  export BACKDIR=${TEST_BASE_DIR%%/}/backdir-rsend
  31   31  
  32      -export DISK1=$($ECHO $DISKS | $AWK '{print $1}')
  33      -export DISK2=$($ECHO $DISKS | $AWK '{print $2}')
       32 +export DISK1=$(echo $DISKS | awk '{print $1}')
       33 +export DISK2=$(echo $DISKS | awk '{print $2}')
  34   34  
  35   35  export POOL=$TESTPOOL
  36   36  export POOL2=$TESTPOOL1
  37   37  export FS=$TESTFS
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX