be silent in the success case

This commit is contained in:
Andreas Gustafsson
2000-06-19 19:29:46 +00:00
parent c05abe6ef4
commit 3428814217

View File

@@ -79,9 +79,6 @@ $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
echo "SERVFAIL is expected in the following:"
grep ";" dig.out.ns4
if [ $status != 0 ]; then
echo "R:FAIL"
else