#!/bin/sh
# $Id: t-wait-0.sh,v 1.3 2006/04/02 06:58:36 ca Exp $
# Copyright (c) 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

# program used in these tests
PRG=./t-wait-0

#${PRG} -h || exit 1
${PRG} -h -b || exit 2

# this will hang... how to test?
# put in background, wait 65s and then check whether program terminated?
# ${PRG}
# R=$?
# if test ${R} -eq 0
# then
#   exit 1
# fi

exit 0


syntax highlighted by Code2HTML, v. 0.9.1