From 714200ad0ea0af732fd20e20392e5c26ce3394cd Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 20 May 2022 09:08:29 +0200 Subject: [PATCH] - Fix to silence test for ede error output to the console from the test setup script. --- doc/Changelog | 4 ++++ testdata/ede.tdir/bogus/make-broken-zone.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index fa6457c1c..97ab9d764 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,7 @@ +20 May 2022: Wouter + - Fix to silence test for ede error output to the console from the + test setup script. + 18 May 2022: George - Fix typos in config_set_option for the 'num-threads' and 'ede-serve-expired' options. diff --git a/testdata/ede.tdir/bogus/make-broken-zone.sh b/testdata/ede.tdir/bogus/make-broken-zone.sh index 3ef42b409..67b4fcfb2 100755 --- a/testdata/ede.tdir/bogus/make-broken-zone.sh +++ b/testdata/ede.tdir/bogus/make-broken-zone.sh @@ -9,7 +9,7 @@ echo ". IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237 # differentiate for MacOS with "gdate" DATE=date -which gdate > /dev/null && DATE=gdate +which gdate > /dev/null 2>&1 && DATE=gdate ONEMONTHAGO=`$DATE -d 'now - 1 month' +%Y%m%d` YESTERDAY=`$DATE -d 'now - 2 days' +%Y%m%d` -- 2.47.3