mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
Add sleep to xfr test
First try and use perl5, then perl, in setup.sh for xferquota.
This commit is contained in:
parent
e1310f0e96
commit
43a3b93022
2 changed files with 6 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ echo "A:A test to determine online functionality of zone transfers"
|
|||
# Perform tests
|
||||
#
|
||||
|
||||
sleep 5
|
||||
|
||||
status=0;
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example. \
|
||||
@10.53.0.2 axfr -p 5300 > dig.out.ns2
|
||||
|
|
|
|||
|
|
@ -18,5 +18,8 @@
|
|||
#
|
||||
# Set up test data for zone transfer quota tests.
|
||||
#
|
||||
perl setup.pl
|
||||
perl5 setup.pl
|
||||
if [ $? = 1 ]; then
|
||||
perl setup.pl
|
||||
fi
|
||||
cp ns1/changing1.db ns1/changing.db
|
||||
|
|
|
|||
Loading…
Reference in a new issue