From a2937344a9d753378dd53b59059ccdc8542945e9 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Thu, 13 Jul 2023 12:46:17 +0200 Subject: [PATCH] revert to legacy in recursor tests, they use an old release for testing --- regression-tests.recursor-dnssec/recursortests.py | 2 +- regression-tests.recursor/config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-tests.recursor-dnssec/recursortests.py b/regression-tests.recursor-dnssec/recursortests.py index 93e68cc210..c19426965e 100644 --- a/regression-tests.recursor-dnssec/recursortests.py +++ b/regression-tests.recursor-dnssec/recursortests.py @@ -474,7 +474,7 @@ options { namedconf.write(""" zone "%s" { - type primary; + type master; file "%s.zone"; };""" % (zone, zonename)) diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 0e40c32154..480f1dd9ff 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -541,7 +541,7 @@ EOF fi cat >> $dir/named.conf <