]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
typo
authorEvan Hunt <each@isc.org>
Wed, 11 Dec 2013 21:58:11 +0000 (13:58 -0800)
committerEvan Hunt <each@isc.org>
Wed, 11 Dec 2013 22:00:07 +0000 (14:00 -0800)
bin/tests/system/dnssec/tests.sh
bin/tests/system/ecdsa/tests.sh
bin/tests/system/gost/tests.sh

index 3d730e2e496fd0469037470fa3a18b76e5a66215..9ec9fd473431f70a479570748029306f1c5dfa77 100644 (file)
@@ -1397,7 +1397,7 @@ n=`expr $n + 1`
 if [ $ret != 0 ]; then echo "I:failed"; fi
 status=`expr $status + $ret`
 
-echo "I:checking dnssec-signzone -R purges signatures from inactive keys ($n)"
+echo "I:checking dnssec-signzone -Q purges signatures from inactive keys ($n)"
 ret=0
 (
 cd signer
index e933e8da29e4342f14541f70e45c0983b437063d..994845a385bfc479671110a4973c4f5f9ebed8a8 100644 (file)
@@ -28,7 +28,7 @@ DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
 
 # Check the example. domain
 
-echo "I:checking that positive validation works works ($n)"
+echo "I:checking that positive validation works ($n)"
 ret=0
 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1
index 6fa0612a9038a7d8d6c9a28ae279eb08b86a70a3..623afd9ff6b1045504023f142ab0f920e1abe53f 100644 (file)
@@ -28,7 +28,7 @@ DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
 
 # Check the example. domain
 
-echo "I:checking that positive validation works works ($n)"
+echo "I:checking that positive validation works ($n)"
 ret=0
 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1