~kernevil/ubuntu/trusty/bind9/sdlz-hmac-keys

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, Matthew Grant, LaMont Jones
  • Date: 2012-10-29 08:37:49 UTC
  • mfrom: (1.9.2)
  • Revision ID: package-import@ubuntu.com-20121029083749-r9inpzl0yuj9xdlu
Tags: 1:9.8.4.dfsg-1
[Matthew Grant]

* Turn off dlopen as it was causing test compile failures.
* Add missing library .postrm files for debhelper

[LaMont Jones]

* New upstream version
* soname fixup
* Ack NMUs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#
3
 
# Copyright (C) 2004, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
 
3
# Copyright (C) 2004, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
4
4
# Copyright (C) 2001  Internet Software Consortium.
5
5
#
6
6
# Permission to use, copy, modify, and/or distribute this software for any
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.814.2 2011-03-05 23:52:08 tbox Exp $
 
18
# $Id$
19
19
 
20
20
SYSTEMTESTTOP=..
21
21
. $SYSTEMTESTTOP/conf.sh
59
59
 
60
60
$RNDCCMD reload
61
61
 
62
 
sleep 2
 
62
for i in 0 1 2 3 4 5 6 7 8 9
 
63
do
 
64
        $DIGCMD nil. SOA > dig.out
 
65
        grep "SOA" dig.out > /dev/null && break
 
66
        sleep 1
 
67
done
63
68
 
64
69
$DIGCMD nil. TXT | grep 'initial AXFR' >/dev/null || {
65
70
    echo "I:failed"