]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
read dig.out.ns3.test$n rather than dig.out.ns2.test$n
authorMark Andrews <marka@isc.org>
Wed, 25 Oct 2017 04:02:36 +0000 (15:02 +1100)
committerMark Andrews <marka@isc.org>
Wed, 25 Oct 2017 04:02:36 +0000 (15:02 +1100)
bin/tests/system/dnssec/tests.sh

index abef3f9e5b1edb72e05965663b8a2adaceee0528..42defc579f9b35e0d05db33e3ef923e33dc7b31f 100644 (file)
@@ -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