~ubuntu-branches/ubuntu/maverick/bind9/maverick

« back to all changes in this revision

Viewing changes to bin/tests/system/glue/tests.sh

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-04-19 10:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050419102158-kp20cp1bqf4ivpzy
Tags: 1:9.3.1-2ubuntu1
resync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
3
# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
4
 
# Copyright (C) 2000, 2001  Internet Software Consortium.
 
4
# Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
5
5
#
6
6
# Permission to use, copy, modify, and distribute this software for any
7
7
# purpose with or without fee is hereby granted, provided that the above
15
15
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16
16
# PERFORMANCE OF THIS SOFTWARE.
17
17
 
18
 
# $Id: tests.sh,v 1.5.2.1 2004/03/09 06:09:55 marka Exp $
 
18
# $Id: tests.sh,v 1.5.206.2 2004/03/06 10:22:05 marka Exp $
19
19
 
20
20
SYSTEMTESTTOP=..
21
21
. $SYSTEMTESTTOP/conf.sh
34
34
$DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1
35
35
$PERL ../digcomp.pl xx.good dig.out || status=1
36
36
 
37
 
echo "I:testing that we find glue A/AAAA/A6 RRs in the cache"
 
37
echo "I:testing that we find glue A/AAAA RRs in the cache"
38
38
$DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
39
39
$PERL ../digcomp.pl yy.good dig.out || status=1
40
40