From 79bdfb73ac7a2d80081922c4397be7bce605ea1d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 11 Dec 2013 14:00:55 -0800 Subject: [PATCH] typo --- bin/tests/system/ecdsa/tests.sh | 2 +- bin/tests/system/gost/tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3