#!/bin/sh
# $Id: t-t2821-2.sh,v 1.4 2004/12/29 23:47:29 ca Exp $
# Copyright (c) 2003, 2004 Sendmail, Inc. and its suppliers.
# All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#
test -s stop && exit 1
#
OUT=t2821_parse.out
ERR=t2821_parse.err
DIR=`dirname $0`
INP=${DIR}/t-t2821-2.in
OK=${DIR}/t-t2821-2.ok
./t-t2821-0 $@ > ${OUT} 2> ${ERR} < ${INP}
diff ${OUT} ${OK}
exit $?
syntax highlighted by Code2HTML, v. 0.9.1