Add sleep to xfr test

First try and use perl5, then perl, in setup.sh for xferquota.
This commit is contained in:
Michael Sawyer
2000-06-12 23:55:19 +00:00
parent e1310f0e96
commit 43a3b93022
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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