Skip to content

Commit

Permalink
revert to legacy in recursor tests, they use an old release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mind04 committed Oct 16, 2023
1 parent e63e16c commit a293734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression-tests.recursor-dnssec/recursortests.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def generateAuthNamedConf(cls, confdir, zones):

namedconf.write("""
zone "%s" {
type primary;
type master;
file "%s.zone";
};""" % (zone, zonename))

Expand Down
2 changes: 1 addition & 1 deletion regression-tests.recursor/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ EOF
fi
cat >> $dir/named.conf <<EOF
zone "$realzone"{
type primary;
type master;
file "./$zone.zone";
};
EOF
Expand Down

0 comments on commit a293734

Please sign in to comment.