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