2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
This commit is contained in:
Francis Dupont 2015-10-07 14:49:51 +02:00
parent 0316be2d77
commit 638e82b134

View File

@ -179,7 +179,7 @@ status=`expr $status + $ret`
n=`expr $n + 1` n=`expr $n + 1`
ret=0 ret=0
echo "I:checking if comprssed output is really compressed ($n)" echo "I:checking if compressed output is really compressed ($n)"
REGSIZE=`cat regular.headers | \ REGSIZE=`cat regular.headers | \
grep -i Content-Length | sed -e "s/.*: \([0-9]*\).*/\1/"` grep -i Content-Length | sed -e "s/.*: \([0-9]*\).*/\1/"`
COMPSIZE=`cat compressed.headers | \ COMPSIZE=`cat compressed.headers | \