From d56903d0472540a2fee7cea3504f23dca95c66e3 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 30 May 2023 10:39:10 +0200 Subject: [PATCH] Fix root-priming test, which now depends on a arg being set. --- pdns/recursordist/test-syncres_cc.cc | 1 + 1 file changed, 1 insertion(+) 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) -- 2.47.2