- Fix to clean up after the acl_interface unit test.

This commit is contained in:
W.C.A. Wijngaards 2022-10-04 16:59:10 +02:00
parent bf7a2884fb
commit f0614a57f8
3 changed files with 13 additions and 1 deletions

View file

@ -1,6 +1,7 @@
4 October 2022: Wouter
- Fix static analysis report to remove dead code from the
rpz_callback_from_iterator_module function.
- Fix to clean up after the acl_interface unit test.
3 October 2022: George
- Merge #760: PROXYv2 downstream support. (New proxy-protocol-port

View file

@ -9,7 +9,7 @@ CmdDepends:
Depends:
Help:
Pre: acl_interface.pre
Post:
Post: acl_interface.post
Test: acl_interface.test
AuxFiles:
Passed:

View file

@ -0,0 +1,11 @@
# #-- acl_interface.post --#
# source the master var file when it's there
[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
# source the test var file when it's there
[ -f .tpkg.var.test ] && source .tpkg.var.test
#
# do your teardown here
. ../common.sh
kill_pid $UNBOUND_PID
kill_pid $FWD_PID
kill_pid $STUB_PID