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>

*** 10,20 **** # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # ! # Copyright (c) 2014 by Delphix. All rights reserved. # . $STF_SUITE/include/libtest.shlib . $STF_SUITE/tests/functional/rsend/rsend.kshlib --- 10,20 ---- # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # ! # Copyright (c) 2014, 2016 by Delphix. All rights reserved. # . $STF_SUITE/include/libtest.shlib . $STF_SUITE/tests/functional/rsend/rsend.kshlib
*** 41,51 **** sendfs=$POOL/sendfs recvfs=$POOL2/recvfs streamfs=$POOL/stream test_fs_setup $POOL $POOL2 ! resume_test "$ZFS send -v $sendfs@a" $streamfs $recvfs ! resume_test "$ZFS send -v -i @a $sendfs@b" $streamfs $recvfs file_check $sendfs $recvfs log_pass "Verify resumability of a full and incremental ZFS send/receive " \ "in the presence of a corrupted stream" --- 41,51 ---- sendfs=$POOL/sendfs recvfs=$POOL2/recvfs streamfs=$POOL/stream test_fs_setup $POOL $POOL2 ! resume_test "zfs send -v $sendfs@a" $streamfs $recvfs ! resume_test "zfs send -v -i @a $sendfs@b" $streamfs $recvfs file_check $sendfs $recvfs log_pass "Verify resumability of a full and incremental ZFS send/receive " \ "in the presence of a corrupted stream"