Add sleep to xfr test
First try and use perl5, then perl, in setup.sh for xferquota.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user