From f3be24010c68af620eef49da5b5f69e65e8ecfeb Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 21 Apr 2017 11:45:56 +0200 Subject: [PATCH] rec: Fix a typo in the DNSSEC regression tests --- regression-tests.recursor-dnssec/recursortests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests.recursor-dnssec/recursortests.py b/regression-tests.recursor-dnssec/recursortests.py index d7081a5bba..1444e4846a 100644 --- a/regression-tests.recursor-dnssec/recursortests.py +++ b/regression-tests.recursor-dnssec/recursortests.py @@ -70,8 +70,8 @@ ns2.example. 3600 IN A {prefix}.11 """, 'example': """ example. 3600 IN SOA {soa} -example. 3600 IN NS ns1.nic.example. -example. 3600 IN NS ns2.nic.example. +example. 3600 IN NS ns1.example. +example. 3600 IN NS ns2.example. ns1.example. 3600 IN A {prefix}.10 ns2.example. 3600 IN A {prefix}.11 -- 2.47.2