#!/bin/sh
# home-tc.sh : test case for /home directory

# This is 1.2
#
# home-tc.sh,v
# Revision 1.2  2000/04/09 07:15:27  cyeoh
# Added CVS header information
#
#

tet_startup=""			# no startup function
tet_cleanup=""			# no cleanup function
iclist="ic1"
ic1="tp1"


tp1()
{
	tpstart "Reference 3.8-1(A)" 
	tet_infoline "The /home directory may exist"
	tet_infoline "Reason for omission: 2"
	tpresult UNTESTED				# set result code
}

# source common shell functions

. $TET_EXECUTE/LIB/shfuncs.sh
. $TET_EXECUTE/LIB/lsbfuncs.sh

# execute shell test case manager - must be last line
. $TET_ROOT/lib/xpg3sh/tcm.sh
