removed some unnecessary greps

This commit is contained in:
Evan Hunt
2018-02-21 21:19:00 -08:00
parent 56e440f65f
commit 731ad28be2
5 changed files with 11 additions and 22 deletions

4
bin/tests/system/xferquota/tests.sh Normal file → Executable file
View File

@@ -42,20 +42,16 @@ done
status=0
$DIG $DIGOPTS zone000099.example. @10.53.0.1 axfr > dig.out.ns1 || status=1
grep ";" dig.out.ns1
$DIG $DIGOPTS zone000099.example. @10.53.0.2 axfr > dig.out.ns2 || status=1
grep ";" dig.out.ns2
$PERL ../digcomp.pl dig.out.ns1 dig.out.ns2 || status=1
sleep 15
$DIG $DIGOPTS a.changing. @10.53.0.1 a > dig.out.ns1 || status=1
grep ";" dig.out.ns1
$DIG $DIGOPTS a.changing. @10.53.0.2 a > dig.out.ns2 || status=1
grep ";" dig.out.ns2
$PERL ../digcomp.pl dig.out.ns1 dig.out.ns2 || status=1