no need to remove dig.out.* before test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user