Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix refquota_007_neg.ksh
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kozhukhov <[email protected]>
ikozhukhov committed Aug 30, 2019
1 parent f66ad58 commit 93e735a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -38,9 +38,9 @@ verify_runnable "both"

function cleanup
{
log_must $ZFS destroy -rf $TESTPOOL/$TESTFS
log_must $ZFS create $TESTPOOL/$TESTFS
log_must $ZFS set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
log_must zfs destroy -rf $TESTPOOL/$TESTFS
log_must zfs create $TESTPOOL/$TESTFS
log_must zfs set mountpoint=$TESTDIR $TESTPOOL/$TESTFS
}

log_onexit cleanup

0 comments on commit 93e735a

Please sign in to comment.