mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
no need to remove dig.out.* before test
This commit is contained in:
parent
1de8cd761e
commit
e2774cae38
4 changed files with 0 additions and 24 deletions
|
|
@ -28,13 +28,6 @@ TOP="`cd ../../../..; pwd`"
|
|||
NAMED=$TOP/bin/named/named
|
||||
export NAMED
|
||||
|
||||
if [ -f dig.out.ns2 ]; then
|
||||
rm -f dig.out.ns2
|
||||
fi
|
||||
if [ -f dig.out.ns3 ]; then
|
||||
rm -f dig.out.ns3
|
||||
fi
|
||||
|
||||
status=0
|
||||
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd a.example.\
|
||||
@10.53.0.2 a > dig.out.ns2
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ TOP="`cd ../../../..; pwd`"
|
|||
NAMED=$TOP/bin/named/named
|
||||
export NAMED
|
||||
|
||||
rm -f dig.out.ns2* dig.out.ns3* 2>&1 > /dev/null
|
||||
|
||||
status=0;
|
||||
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd +noauth\
|
||||
a.example. @10.53.0.2 any > dig.out.ns2.1
|
||||
|
|
|
|||
|
|
@ -23,14 +23,6 @@ echo "A:A test to determine online functionality of zone transfers"
|
|||
# Perform tests
|
||||
#
|
||||
|
||||
if [ -f dig.out.ns2 ]; then
|
||||
rm -f dig.out.ns2
|
||||
fi
|
||||
if [ -f dig.out.ns3 ]; then
|
||||
rm -f dig.out.ns3
|
||||
fi
|
||||
|
||||
|
||||
status=0;
|
||||
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example. \
|
||||
@10.53.0.2 axfr > dig.out.ns2
|
||||
|
|
|
|||
|
|
@ -23,13 +23,6 @@ echo "A:A test to determine online speed of zone transfers"
|
|||
# Perform tests
|
||||
#
|
||||
|
||||
if [ -f dig.out.ns1 ]; then
|
||||
rm -f dig.out.ns1
|
||||
fi
|
||||
if [ -f dig.out.ns2 ]; then
|
||||
rm -f dig.out.ns2
|
||||
fi
|
||||
|
||||
count=0
|
||||
ticks=0
|
||||
while [ $count != 300 ]; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue