1*f67950b2SNasf-Fan#
2*f67950b2SNasf-Fan# CDDL HEADER START
3*f67950b2SNasf-Fan#
4*f67950b2SNasf-Fan# The contents of this file are subject to the terms of the
5*f67950b2SNasf-Fan# Common Development and Distribution License (the "License").
6*f67950b2SNasf-Fan# You may not use this file except in compliance with the License.
7*f67950b2SNasf-Fan#
8*f67950b2SNasf-Fan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*f67950b2SNasf-Fan# or http://www.opensolaris.org/os/licensing.
10*f67950b2SNasf-Fan# See the License for the specific language governing permissions
11*f67950b2SNasf-Fan# and limitations under the License.
12*f67950b2SNasf-Fan#
13*f67950b2SNasf-Fan# When distributing Covered Code, include this CDDL HEADER in each
14*f67950b2SNasf-Fan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*f67950b2SNasf-Fan# If applicable, add the following below this CDDL HEADER, with the
16*f67950b2SNasf-Fan# fields enclosed by brackets "[]" replaced with your own identifying
17*f67950b2SNasf-Fan# information: Portions Copyright [yyyy] [name of copyright owner]
18*f67950b2SNasf-Fan#
19*f67950b2SNasf-Fan# CDDL HEADER END
20*f67950b2SNasf-Fan#
21*f67950b2SNasf-Fan
22*f67950b2SNasf-Fan#
23*f67950b2SNasf-Fan# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24*f67950b2SNasf-Fan# Use is subject to license terms.
25*f67950b2SNasf-Fan#
26*f67950b2SNasf-Fan
27*f67950b2SNasf-Fan#
28*f67950b2SNasf-Fan# Copyright (c) 2017 by Fan Yong. All rights reserved.
29*f67950b2SNasf-Fan#
30*f67950b2SNasf-Fan
31*f67950b2SNasf-Fanexport PUSER=puser
32*f67950b2SNasf-Fanexport PGROUP=pgroup
33*f67950b2SNasf-Fan
34*f67950b2SNasf-Fanexport PRJID1=1001
35*f67950b2SNasf-Fanexport PRJID2=1002
36*f67950b2SNasf-Fan
37*f67950b2SNasf-Fanexport QFS=$TESTPOOL/$TESTFS
38*f67950b2SNasf-Fanexport PRJFILE=$TESTDIR/tfile
39*f67950b2SNasf-Fanexport PRJGUARD=$TESTDIR/guard
40*f67950b2SNasf-Fanexport PRJDIR=$TESTDIR/tdir
41*f67950b2SNasf-Fanexport PRJDIR1=$TESTDIR/tdir1
42*f67950b2SNasf-Fanexport PRJDIR2=$TESTDIR/tdir2
43*f67950b2SNasf-Fanexport PRJDIR3=$TESTDIR/tdir3
44*f67950b2SNasf-Fan
45*f67950b2SNasf-Fanexport PQUOTA_LIMIT=1000000
46*f67950b2SNasf-Fanexport PQUOTA_OBJLIMIT=1000
47