From: Remi Gacogne Date: Tue, 16 Aug 2016 10:00:17 +0000 (+0200) Subject: Fix hardcoded prefix in auth-zone-delegation test X-Git-Tag: rec-4.0.2~1^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9826e24d8e64f0d0ae59f62a3618b5bdc68308eb;p=pdns Fix hardcoded prefix in auth-zone-delegation test --- diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index e4200c095..f21d3ff7f 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -436,7 +436,7 @@ host2.auth-zone.example.net. 20 IN CNAME host1.another-auth-zone.example.net. host3.auth-zone.example.net. 20 IN CNAME host1.not-auth-zone.example.net. *.wild.auth-zone.example.net. 3600 IN TXT "Hi there!" france.auth-zone.example.net. 20 IN NS ns1.auth-zone.example.net. -ns1.auth-zone.example.net. 20 IN A 10.0.3.23 +ns1.auth-zone.example.net. 20 IN A $PREFIX.23 EOF mkdir $PREFIX.24