1e92ffd9bSMartin Matuska#!/bin/ksh -p 2*61145dc2SMartin Matuska# SPDX-License-Identifier: CDDL-1.0 3e92ffd9bSMartin Matuska# 4e92ffd9bSMartin Matuska# CDDL HEADER START 5e92ffd9bSMartin Matuska# 6e92ffd9bSMartin Matuska# The contents of this file are subject to the terms of the 7e92ffd9bSMartin Matuska# Common Development and Distribution License (the "License"). 8e92ffd9bSMartin Matuska# You may not use this file except in compliance with the License. 9e92ffd9bSMartin Matuska# 10e92ffd9bSMartin Matuska# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11271171e0SMartin Matuska# or https://opensource.org/licenses/CDDL-1.0. 12e92ffd9bSMartin Matuska# See the License for the specific language governing permissions 13e92ffd9bSMartin Matuska# and limitations under the License. 14e92ffd9bSMartin Matuska# 15e92ffd9bSMartin Matuska# When distributing Covered Code, include this CDDL HEADER in each 16e92ffd9bSMartin Matuska# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17e92ffd9bSMartin Matuska# If applicable, add the following below this CDDL HEADER, with the 18e92ffd9bSMartin Matuska# fields enclosed by brackets "[]" replaced with your own identifying 19e92ffd9bSMartin Matuska# information: Portions Copyright [yyyy] [name of copyright owner] 20e92ffd9bSMartin Matuska# 21e92ffd9bSMartin Matuska# CDDL HEADER END 22e92ffd9bSMartin Matuska# 23e92ffd9bSMartin Matuska 24e92ffd9bSMartin Matuska# 25e92ffd9bSMartin Matuska# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 26e92ffd9bSMartin Matuska# Use is subject to license terms. 27e92ffd9bSMartin Matuska# 28e92ffd9bSMartin Matuska 29e92ffd9bSMartin Matuska# 30e92ffd9bSMartin Matuska# Copyright (c) 2013 by Delphix. All rights reserved. 31e92ffd9bSMartin Matuska# 32e92ffd9bSMartin Matuska 33e92ffd9bSMartin Matuska. $STF_SUITE/include/libtest.shlib 34e92ffd9bSMartin Matuska 35e92ffd9bSMartin MatuskaDISK=${DISKS%% *} 36e92ffd9bSMartin Matuska 37e92ffd9bSMartin Matuskadefault_setup ${DISK} 38