:	'(c) Copyright	Empress Software Inc.	1983, 2000'

#*************************************************************
#	This script is used to cleanup $REG_RESTORE_FILE
#	in $TEST_DIR.
#*************************************************************
USAGE="*** Usage ***  $0 test_dir"


case $# in
 1)     ;;
 *)     echo "$USAGE"; exit 1;;
esac

. $EMPRESSPATH/common/sys_bin/win32/regConfig || exit 1

cd "$1"
rm -f $REG_RESTORE_FILE
