xref: /titanic_50/usr/src/test/zfs-tests/tests/functional/holes/setup.ksh (revision 52244c0958bdf281ca42932b449f644b4decfdc2)
1*52244c09SJohn Wren Kennedy#!/usr/bin/ksh
2*52244c09SJohn Wren Kennedy
3*52244c09SJohn Wren Kennedy#
4*52244c09SJohn Wren Kennedy# This file and its contents are supplied under the terms of the
5*52244c09SJohn Wren Kennedy# Common Development and Distribution License ("CDDL"), version 1.0.
6*52244c09SJohn Wren Kennedy# You may only use this file in accordance with the terms of version
7*52244c09SJohn Wren Kennedy# 1.0 of the CDDL.
8*52244c09SJohn Wren Kennedy#
9*52244c09SJohn Wren Kennedy# A full copy of the text of the CDDL should have accompanied this
10*52244c09SJohn Wren Kennedy# source.  A copy of the CDDL is also available via the Internet at
11*52244c09SJohn Wren Kennedy# http://www.illumos.org/license/CDDL.
12*52244c09SJohn Wren Kennedy#
13*52244c09SJohn Wren Kennedy
14*52244c09SJohn Wren Kennedy#
15*52244c09SJohn Wren Kennedy# Copyright (c) 2014 by Delphix. All rights reserved.
16*52244c09SJohn Wren Kennedy#
17*52244c09SJohn Wren Kennedy
18*52244c09SJohn Wren Kennedy. $STF_SUITE/include/libtest.shlib
19*52244c09SJohn Wren Kennedy
20*52244c09SJohn Wren KennedyDISK=${DISKS%% *}
21*52244c09SJohn Wren Kennedydefault_setup $DISK
22