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>

*** 25,34 **** --- 25,38 ---- # Use is subject to license terms. # # Copyright 2015 Nexenta Systems, Inc. # + # + # Copyright (c) 2016 by Delphix. All rights reserved. + # + . $STF_SUITE/include/libtest.shlib # # DESCRIPTION: #
*** 56,65 **** typeset assert_mesg="setting bootfs on a pool which was configured with the \ whole disk works" log_assert $assert_mesg create_pool "$TESTPOOL" "$DISK" ! log_must $ZFS create $EFI_BOOTFS ! log_must $ZPOOL set bootfs=$EFI_BOOTFS $TESTPOOL log_pass $assert_mesg --- 60,69 ---- typeset assert_mesg="setting bootfs on a pool which was configured with the \ whole disk works" log_assert $assert_mesg create_pool "$TESTPOOL" "$DISK" ! log_must zfs create $EFI_BOOTFS ! log_must zpool set bootfs=$EFI_BOOTFS $TESTPOOL log_pass $assert_mesg