mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix to clean up after the acl_interface unit test.
This commit is contained in:
parent
bf7a2884fb
commit
f0614a57f8
3 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ CmdDepends:
|
|||
Depends:
|
||||
Help:
|
||||
Pre: acl_interface.pre
|
||||
Post:
|
||||
Post: acl_interface.post
|
||||
Test: acl_interface.test
|
||||
AuxFiles:
|
||||
Passed:
|
||||
|
|
|
|||
11
testdata/acl_interface.tdir/acl_interface.post
vendored
Normal file
11
testdata/acl_interface.tdir/acl_interface.post
vendored
Normal 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
|
||||
Loading…
Reference in a new issue