mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix to silence test for ede error output to the console from the
test setup script.
This commit is contained in:
parent
7e506bb477
commit
714200ad0e
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
18 May 2022: George
|
||||||
- Fix typos in config_set_option for the 'num-threads' and
|
- Fix typos in config_set_option for the 'num-threads' and
|
||||||
'ede-serve-expired' options.
|
'ede-serve-expired' options.
|
||||||
|
|
|
||||||
2
testdata/ede.tdir/bogus/make-broken-zone.sh
vendored
2
testdata/ede.tdir/bogus/make-broken-zone.sh
vendored
|
|
@ -9,7 +9,7 @@ echo ". IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237
|
||||||
|
|
||||||
# differentiate for MacOS with "gdate"
|
# differentiate for MacOS with "gdate"
|
||||||
DATE=date
|
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`
|
ONEMONTHAGO=`$DATE -d 'now - 1 month' +%Y%m%d`
|
||||||
YESTERDAY=`$DATE -d 'now - 2 days' +%Y%m%d`
|
YESTERDAY=`$DATE -d 'now - 2 days' +%Y%m%d`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue