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,42 ****
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
! # Copyright (c) 2013 by Delphix. All rights reserved.
#
. $STF_SUITE/include/libtest.shlib
verify_runnable "global"
! log_must $ZPOOL destroy $TESTPOOL
! log_must $ZPOOL destroy $TESTPOOL2
! log_must $RM /tmp/zpool_version_1.dat
! log_must $RM /tmp/zpool2_version_1.dat
default_cleanup
--- 24,42 ----
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
! # Copyright (c) 2013, 2016 by Delphix. All rights reserved.
#
. $STF_SUITE/include/libtest.shlib
verify_runnable "global"
! log_must zpool destroy $TESTPOOL
! log_must zpool destroy $TESTPOOL2
! log_must rm /tmp/zpool_version_1.dat
! log_must rm /tmp/zpool2_version_1.dat
default_cleanup