From: W.C.A. Wijngaards Date: Thu, 28 Jan 2021 10:19:34 +0000 (+0100) Subject: - Fix fwd ancil test post script when not supported. X-Git-Tag: release-1.13.1rc1~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea86f6ccb68f885b2ed0d553e4627bc97b6f329;p=thirdparty%2Funbound.git - Fix fwd ancil test post script when not supported. --- diff --git a/doc/Changelog b/doc/Changelog index 66b46d230..cae27729a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -4,6 +4,7 @@ - Fix empty clause warning in config_file nsid parse. - Fix to use correct type for label count in ipdnametoaddr rpz routine. - Fix empty clause warning in edns pass for padding. + - Fix fwd ancil test post script when not supported. 26 January 2022: George - Merge PR #408 from fobser: Prevent a few more yacc clashes. diff --git a/testdata/fwd_ancil.tdir/fwd_ancil.post b/testdata/fwd_ancil.tdir/fwd_ancil.post index a74ba856e..6578151af 100644 --- a/testdata/fwd_ancil.tdir/fwd_ancil.post +++ b/testdata/fwd_ancil.tdir/fwd_ancil.post @@ -14,5 +14,9 @@ fi kill_pid $FWD_PID if fgrep "service stopped" unbound.log; then exit 0 -fi +fi +if fgrep "disable interface-automatic" unbound.log; then + echo "skip test" + exit 0 +fi kill_pid $UNBOUND_PID