From: Otto Moerbeek Date: Tue, 30 May 2023 08:39:10 +0000 (+0200) Subject: Fix root-priming test, which now depends on a arg being set. X-Git-Tag: rec-4.9.0-beta1~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12861%2Fhead;p=thirdparty%2Fpdns.git Fix root-priming test, which now depends on a arg being set. --- diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index f291661e90..179d6b0269 100644 --- a/pdns/recursordist/test-syncres_cc.cc +++ b/pdns/recursordist/test-syncres_cc.cc @@ -218,6 +218,7 @@ void initSR(bool debug) ::arg().set("version-string", "string reported on version.pdns or version.bind") = "PowerDNS Unit Tests"; ::arg().set("rng") = "auto"; ::arg().set("entropy-source") = "/dev/urandom"; + ::arg().set("hint-file") = ""; } void initSR(std::unique_ptr& sr, bool dnssec, bool debug, time_t fakeNow)