#
# Part of the ht://Dig package   <http://www.htdig.org/>
# Copyright (c) 1999 The ht://Dig Group
# For copyright details, see the file COPYING in your distribution
# or the GNU Public License version 2 or later
# <http://www.gnu.org/copyleft/gpl.html>
#
# $Id: t_htnet,v 1.3.2.1 1999/12/10 18:54:52 bosc Exp $
#

. ./test_functions

verbose=$1

./testnet -U http://localhost:7400/set3/nph-hang.cgi $verbose
if test $? = 1
then
	exit 0
else
	exit 1
fi

