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>

*** 24,34 **** # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ! # Copyright (c) 2013 by Delphix. All rights reserved. # . $STF_SUITE/tests/functional/rsend/rsend.kshlib # --- 24,34 ---- # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ! # Copyright (c) 2013, 2016 by Delphix. All rights reserved. # . $STF_SUITE/tests/functional/rsend/rsend.kshlib #
*** 62,81 **** log_assert "Rename snapshot name will not change the dependent order." log_onexit cleanup typeset -i i=0 while ((i < ${#snaps[@]})); do ! log_must $ZFS rename -r ${snaps[$i]} ${snaps[((i+1))]} ((i += 2)) done # # Duplicate POOL2 for testing # ! log_must eval "$ZFS send -R $POOL@init > $BACKDIR/pool-final-R" ! log_must eval "$ZFS receive -d -F $POOL2 < $BACKDIR/pool-final-R" dstds=$(get_dst_ds $POOL $POOL2) log_must cmp_ds_subs $POOL $dstds log_must cmp_ds_cont $POOL $dstds --- 62,81 ---- log_assert "Rename snapshot name will not change the dependent order." log_onexit cleanup typeset -i i=0 while ((i < ${#snaps[@]})); do ! log_must zfs rename -r ${snaps[$i]} ${snaps[((i+1))]} ((i += 2)) done # # Duplicate POOL2 for testing # ! log_must eval "zfs send -R $POOL@init > $BACKDIR/pool-final-R" ! log_must eval "zfs receive -d -F $POOL2 < $BACKDIR/pool-final-R" dstds=$(get_dst_ds $POOL $POOL2) log_must cmp_ds_subs $POOL $dstds log_must cmp_ds_cont $POOL $dstds