1*96c8483aSYuri Pankov#!/usr/bin/ksh -p 2*96c8483aSYuri Pankov# 3*96c8483aSYuri Pankov# CDDL HEADER START 4*96c8483aSYuri Pankov# 5*96c8483aSYuri Pankov# The contents of this file are subject to the terms of the 6*96c8483aSYuri Pankov# Common Development and Distribution License (the "License"). 7*96c8483aSYuri Pankov# You may not use this file except in compliance with the License. 8*96c8483aSYuri Pankov# 9*96c8483aSYuri Pankov# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*96c8483aSYuri Pankov# or http://www.opensolaris.org/os/licensing. 11*96c8483aSYuri Pankov# See the License for the specific language governing permissions 12*96c8483aSYuri Pankov# and limitations under the License. 13*96c8483aSYuri Pankov# 14*96c8483aSYuri Pankov# When distributing Covered Code, include this CDDL HEADER in each 15*96c8483aSYuri Pankov# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*96c8483aSYuri Pankov# If applicable, add the following below this CDDL HEADER, with the 17*96c8483aSYuri Pankov# fields enclosed by brackets "[]" replaced with your own identifying 18*96c8483aSYuri Pankov# information: Portions Copyright [yyyy] [name of copyright owner] 19*96c8483aSYuri Pankov# 20*96c8483aSYuri Pankov# CDDL HEADER END 21*96c8483aSYuri Pankov# 22*96c8483aSYuri Pankov 23*96c8483aSYuri Pankov# 24*96c8483aSYuri Pankov# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 25*96c8483aSYuri Pankov# 26*96c8483aSYuri Pankov 27*96c8483aSYuri Pankov# 28*96c8483aSYuri Pankov# common includes for smbclint-tests 29*96c8483aSYuri Pankov# 30*96c8483aSYuri Pankov 31*96c8483aSYuri Pankov. ${STF_SUITE}/include/default_cfg.ksh 32*96c8483aSYuri Pankov 33*96c8483aSYuri Pankov. ${STF_SUITE}/include/services_common.ksh 34*96c8483aSYuri Pankov. ${STF_SUITE}/include/smbutil_common.ksh 35*96c8483aSYuri Pankov. ${STF_SUITE}/include/utils_common.ksh 36*96c8483aSYuri Pankov. ${STF_SUITE}/include/smbmount_common.ksh 37*96c8483aSYuri Pankov. ${STF_SUITE}/include/xattr_common.ksh 38*96c8483aSYuri Pankov 39*96c8483aSYuri Pankov. ${STF_TOOLS}/contrib/include/ctiutils.shlib 40