From: Mark Andrews Date: Wed, 25 Oct 2017 04:02:36 +0000 (+1100) Subject: read dig.out.ns3.test$n rather than dig.out.ns2.test$n X-Git-Tag: v9.12.0b2~71 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=80739779fc1ab775fe98584da9348ab25ece86f9;p=thirdparty%2Fbind9.git read dig.out.ns3.test$n rather than dig.out.ns2.test$n --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index abef3f9e5b1..42defc579f9 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -2506,7 +2506,7 @@ s2=`awk '$4 == "SOA" { print $7}' dig.out.ns2.test$n` for i in 1 2 3 4 5 6 7 8 9 10 do $DIG $DIGOPTS +noauth +nodnssec soa nsec3chain-test @10.53.0.3 > dig.out.ns3.test$n || ret=1 - s3=`awk '$4 == "SOA" { print $7}' dig.out.ns2.test$n` + s3=`awk '$4 == "SOA" { print $7}' dig.out.ns3.test$n` test "$s2" = "$s3" && break sleep 1 done