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