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

1
bin/tests/system/cacheclean/tests.sh Normal file → Executable file
View File

@@ -81,7 +81,6 @@ in_cache () {
n=`expr $n + 1`
echo_i "check correctness of routine cache cleaning ($n)"
$DIG $DIGOPTS +tcp +keepopen -b 10.53.0.7 -f dig.batch > dig.out.ns2 || status=1
grep ";" dig.out.ns2
$PERL ../digcomp.pl --lc dig.out.ns2 knowngood.dig.out || status=1