- Fix fwd ancil test post script when not supported.

This commit is contained in:
W.C.A. Wijngaards
2021-01-28 11:19:34 +01:00
parent ad8104bb7c
commit 0ea86f6ccb
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -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.
+5 -1
View File
@@ -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