no need to remove dig.out.* before test

This commit is contained in:
Andreas Gustafsson
2000-06-02 20:54:30 +00:00
parent 1de8cd761e
commit e2774cae38
4 changed files with 0 additions and 24 deletions

View File

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