From: Mark Andrews Date: Tue, 3 May 2011 16:10:32 +0000 (+0000) Subject: grep was not precise enough leading to test failure X-Git-Tag: v9.4-ESV-R5~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a557a82080097e42f2131c4b65335063af073d;p=thirdparty%2Fbind9.git grep was not precise enough leading to test failure --- diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index b7f265a6567..a8779b164eb 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.19.18.4 2010/11/16 23:45:23 tbox Exp $ +# $Id: sign.sh,v 1.19.18.5 2011/05/03 16:10:32 marka Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh @@ -30,7 +30,7 @@ zonefile=root.db cp ../ns2/dsset-example. . cp ../ns2/dsset-dlv. . -grep "5 [12]" ../ns2/dsset-algroll. > dsset-algroll. +grep "5 [12] " ../ns2/dsset-algroll. > dsset-algroll. keyname=`$KEYGEN -r $RANDFILE -a RSAMD5 -b 768 -n zone $zone`