From d19d7b81ec2bf6ee9aadc1d6ba67e1893c04e033 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 20 May 2022 15:14:11 +0200 Subject: [PATCH] - Fix ede test to not use default pidfile, and use local interface. --- doc/Changelog | 1 + testdata/ede.tdir/ede-auth.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 97ab9d764..9cb712bd8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,6 +1,7 @@ 20 May 2022: Wouter - Fix to silence test for ede error output to the console from the test setup script. + - Fix ede test to not use default pidfile, and use local interface. 18 May 2022: George - Fix typos in config_set_option for the 'num-threads' and diff --git a/testdata/ede.tdir/ede-auth.conf b/testdata/ede.tdir/ede-auth.conf index 6620cfc9c..d78da0382 100644 --- a/testdata/ede.tdir/ede-auth.conf +++ b/testdata/ede.tdir/ede-auth.conf @@ -4,7 +4,9 @@ server: chroot: "" username: "" directory: "" + pidfile: "unbound2.pid" local-zone: test nodefault + interface: 127.0.0.1 port: @PORT2@ auth-zone: -- 2.47.3