]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
match the dig.out.ns#.$n to the nameserver
authorMark Andrews <marka@isc.org>
Mon, 28 Jun 2010 01:34:11 +0000 (01:34 +0000)
committerMark Andrews <marka@isc.org>
Mon, 28 Jun 2010 01:34:11 +0000 (01:34 +0000)
bin/tests/system/dnssec/tests.sh

index 5ab2bf276a05561f8d8c0d958e804c9e552f1429..a2c181847f43dac0395a7768e713543b9b8f3136 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.65 2010/06/28 01:31:49 marka Exp $
+# $Id: tests.sh,v 1.66 2010/06/28 01:34:11 marka Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -874,8 +874,8 @@ status=`expr $status + $ret`
 echo "I:checking a non-cachable NODATA works ($n)"
 ret=0
 $DIG $DIGOPTS +noauth a.nosoa.secure.example. txt @10.53.0.7 \
-       > dig.out.ns2.test$n || ret=1
-grep "AUTHORITY: 0" dig.out.ns2.test$n > /dev/null || ret=1
+       > dig.out.ns7.test$n || ret=1
+grep "AUTHORITY: 0" dig.out.ns7.test$n > /dev/null || ret=1
 $DIG $DIGOPTS +noauth a.nosoa.secure.example. txt @10.53.0.4 \
        > dig.out.ns4.test$n || ret=1
 grep "status: NOERROR" dig.out.ns4.test$n > /dev/null || ret=1
@@ -886,8 +886,8 @@ status=`expr $status + $ret`
 echo "I:checking a non-cachable NXDOMAIN works ($n)"
 ret=0
 $DIG $DIGOPTS +noauth b.nosoa.secure.example. txt @10.53.0.7 \
-       > dig.out.ns2.test$n || ret=1
-grep "AUTHORITY: 0" dig.out.ns2.test$n > /dev/null || ret=1
+       > dig.out.ns7.test$n || ret=1
+grep "AUTHORITY: 0" dig.out.ns7.test$n > /dev/null || ret=1
 $DIG $DIGOPTS +noauth b.nosoa.secure.example. txt @10.53.0.4 \
        > dig.out.ns4.test$n || ret=1
 grep "status: NXDOMAIN" dig.out.ns4.test$n > /dev/null || ret=1