mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:52:06 -04:00
Typo
This commit is contained in:
parent
91306d962f
commit
978d58182e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ $PERL ../digcomp.pl dig.out.ns3 dig.out.ns4 || status=1
|
|||
|
||||
rm -f dig.out.*
|
||||
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocmd -p 5300
|
||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocmd -p 5300 \
|
||||
a.bogus.example. @10.53.0.4 a > dig.out.ns4 || status=1
|
||||
grep "SERVFAIL" dig.out.ns4 > /dev/null || status=1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue