1*eda14cbcSMatt Macy#!/bin/ksh -p
2*eda14cbcSMatt Macy#
3*eda14cbcSMatt Macy#
4*eda14cbcSMatt Macy# This file and its contents are supplied under the terms of the
5*eda14cbcSMatt Macy# Common Development and Distribution License ("CDDL"), version 1.0.
6*eda14cbcSMatt Macy# You may only use this file in accordance with the terms of version
7*eda14cbcSMatt Macy# 1.0 of the CDDL.
8*eda14cbcSMatt Macy#
9*eda14cbcSMatt Macy# A full copy of the text of the CDDL should have accompanied this
10*eda14cbcSMatt Macy# source.  A copy of the CDDL is also available via the Internet at
11*eda14cbcSMatt Macy# http://www.illumos.org/license/CDDL.
12*eda14cbcSMatt Macy#
13*eda14cbcSMatt Macy
14*eda14cbcSMatt Macy#
15*eda14cbcSMatt Macy# Copyright (c) 2018 by Delphix. All rights reserved.
16*eda14cbcSMatt Macy#
17*eda14cbcSMatt Macy
18*eda14cbcSMatt Macy. $STF_SUITE/include/libtest.shlib
19*eda14cbcSMatt MacyDISK=${DISKS%% *}
20*eda14cbcSMatt Macy
21*eda14cbcSMatt Macydefault_setup $DISK
22