From: Mark Andrews Date: Fri, 26 Aug 2016 03:41:57 +0000 (+1000) Subject: remove spurious 'i' X-Git-Tag: v9.12.0a0~48 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e1f590a59a80f44c4cc7248f35a09f6bcb7d5acb;p=thirdparty%2Fbind9.git remove spurious 'i' --- diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh index 06bb7d77752..6b5f76056a0 100755 --- a/bin/tests/system/resolver/tests.sh +++ b/bin/tests/system/resolver/tests.sh @@ -435,7 +435,7 @@ ttl1=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.2.${n}` sleep 1 # check that prefetch occured $DIG @10.53.0.5 -p 5300 ds.example.net ds +dnssec > dig.out.3.${n} || ret=1 -dsttl=`awk '$4 == "DS" i&& $7 == "1" { print $2 }' dig.out.3.${n}` +dsttl=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.3.${n}` sigttl=`awk '$4 == "RRSIG" && $5 == "DS" { print $2 }' dig.out.3.${n}` test ${dsttl:-0} -gt ${ttl2:-1} || ret=1 test ${sigttl:-0} -gt ${ttl2:-1} || ret=1