#
# Copyright (C) 2001, 2004, 2007, 2010, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# $Id: tests.sh,v 1.7 2010/09/15 12:38:35 tbox Exp $
status=0
n=0
ret=0
n=`expr $n + 1`
echo "I:test master file \$INCLUDE semantics ($n)"
echo "I:test master file BIND 8 compatibility TTL and \$TTL semantics ($n)"
echo "I:test of master file RFC1035 TTL and \$TTL semantics ($n)"
ret=0
n=`expr $n + 1`
echo "I:test that the nameserver is running with a missing master file ($n)"
ret=0
n=`expr $n + 1`
echo "I:test that the nameserver returns SERVFAIL for a missing master file ($n)"
ret=0
n=`expr $n + 1`
echo "I:test owner inheritence after "'$INCLUDE'" ($n)"
echo "I:exit status: $status"