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 2009 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 2009 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 #
*** 61,84 **** cleanup # # Duplicate POOL2 for testing # ! log_must eval "$ZFS send -R $POOL@final > $BACKDIR/pool-final-R" ! log_must eval "$ZFS receive -dF $POOL2 < $BACKDIR/pool-final-R" ! log_must $ZFS destroy -Rf $POOL/$FS ! log_must $ZFS destroy -Rf $POOL/pclone if is_global_zone ; then ! log_must $ZFS destroy -Rf $POOL/vol fi ! log_must $ZFS snapshot -r $POOL@destroy ! log_must eval "$ZFS send -R -I @final $POOL@destroy > " \ "$BACKDIR/pool-final-destroy-IR" ! log_must eval "$ZFS receive -dF $POOL2 < $BACKDIR/pool-final-destroy-IR" dstds=$(get_dst_ds $POOL $POOL2) log_must cmp_ds_subs $POOL $dstds log_must cmp_ds_cont $POOL $dstds --- 61,84 ---- cleanup # # Duplicate POOL2 for testing # ! log_must eval "zfs send -R $POOL@final > $BACKDIR/pool-final-R" ! log_must eval "zfs receive -dF $POOL2 < $BACKDIR/pool-final-R" ! log_must zfs destroy -Rf $POOL/$FS ! log_must zfs destroy -Rf $POOL/pclone if is_global_zone ; then ! log_must zfs destroy -Rf $POOL/vol fi ! log_must zfs snapshot -r $POOL@destroy ! log_must eval "zfs send -R -I @final $POOL@destroy > " \ "$BACKDIR/pool-final-destroy-IR" ! log_must eval "zfs receive -dF $POOL2 < $BACKDIR/pool-final-destroy-IR" dstds=$(get_dst_ds $POOL $POOL2) log_must cmp_ds_subs $POOL $dstds log_must cmp_ds_cont $POOL $dstds