From 9826e24d8e64f0d0ae59f62a3618b5bdc68308eb Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 16 Aug 2016 12:00:17 +0200 Subject: [PATCH] Fix hardcoded prefix in auth-zone-delegation test --- regression-tests.recursor/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0