From: Kees Monshouwer Date: Tue, 1 Dec 2015 19:22:15 +0000 (+0100) Subject: regression-tests: don't include zsk keys with 257 in content in trustedkeys X-Git-Tag: dnsdist-1.0.0-alpha1~148^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22fedbf887738601cee76ba670831cc696195a5e;p=pdns regression-tests: don't include zsk keys with 257 in content in trustedkeys --- diff --git a/regression-tests/tests/00dnssec-grabkeys/command b/regression-tests/tests/00dnssec-grabkeys/command index 1e0bac73f..09bca4d54 100755 --- a/regression-tests/tests/00dnssec-grabkeys/command +++ b/regression-tests/tests/00dnssec-grabkeys/command @@ -6,7 +6,7 @@ for zone in $(grep 'zone ' named.conf | cut -f2 -d\") do if [ "${zone: 0:16}" != "secure-delegated" ] then - drill -p $port -o rd -D dnskey $zone @$nameserver | grep DNSKEY | grep 257 | grep -v 'RRSIG' | grep -v '^;' | grep -v AwEAAarTiHhPgvD28WCN8UBXcEcf8f >> trustedkeys + drill -p $port -o rd -D dnskey $zone @$nameserver | grep $'DNSKEY\t257' | grep -v 'RRSIG' | grep -v '^;' | grep -v AwEAAarTiHhPgvD28WCN8UBXcEcf8f >> trustedkeys fi echo "stub-zone:" >> unbound-host.conf echo " name: $zone" >> unbound-host.conf