From: W.C.A. Wijngaards Date: Fri, 20 May 2022 07:08:29 +0000 (+0200) Subject: - Fix to silence test for ede error output to the console from the X-Git-Tag: release-1.16.0rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=714200ad0ea0af732fd20e20392e5c26ce3394cd;p=thirdparty%2Funbound.git - Fix to silence test for ede error output to the console from the test setup script. --- 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`