]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove spurious 'i'
authorMark Andrews <marka@isc.org>
Fri, 26 Aug 2016 03:41:57 +0000 (13:41 +1000)
committerMark Andrews <marka@isc.org>
Fri, 26 Aug 2016 03:43:18 +0000 (13:43 +1000)
(cherry picked from commit e1f590a59a80f44c4cc7248f35a09f6bcb7d5acb)

bin/tests/system/resolver/tests.sh

index 06bb7d7775217be8d687449ac86da06c43609b28..6b5f76056a0975867cc5f49660245656afa3bd9a 100755 (executable)
@@ -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