]> granicus.if.org Git - pdns/commitdiff
rec: Fix a typo in the DNSSEC regression tests
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 21 Apr 2017 09:45:56 +0000 (11:45 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 26 Jun 2017 10:24:08 +0000 (12:24 +0200)
regression-tests.recursor-dnssec/recursortests.py

index d7081a5bbade20959ea996015cf0122c4a861c3d..1444e4846ad80c8ddf052a2493f19bc0eb330ecc 100644 (file)
@@ -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