#
# Copyright (C) 2010-2013, 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.4 2011/04/19 23:47:52 tbox Exp $
status=0
n=0
DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
# Check the example.com. domain
echo "I:checking DNAME at apex works ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ IXFR=2010062899 (less than serial) ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ IXFR=2010062900 (equal serial) ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ IXFR=2010062901 (greater than serial) ($n)"
ret=0
n=`expr $n + 1`
echo "I:checking DLZ with a malformed SOA record"
ret=0
n=`expr $n + 1`
echo "I:exit status: $status"