From: Evan Hunt Date: Wed, 11 Dec 2013 21:58:11 +0000 (-0800) Subject: typo X-Git-Tag: v9.10.0a2~172 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4e1d84a33cd934c020f147bd8232291b28b7bd99;p=thirdparty%2Fbind9.git typo --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 3d730e2e496..9ec9fd47343 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -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 diff --git a/bin/tests/system/ecdsa/tests.sh b/bin/tests/system/ecdsa/tests.sh index e933e8da29e..994845a385b 100644 --- a/bin/tests/system/ecdsa/tests.sh +++ b/bin/tests/system/ecdsa/tests.sh @@ -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 diff --git a/bin/tests/system/gost/tests.sh b/bin/tests/system/gost/tests.sh index 6fa0612a903..623afd9ff6b 100644 --- a/bin/tests/system/gost/tests.sh +++ b/bin/tests/system/gost/tests.sh @@ -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