summaryrefslogtreecommitdiff
path: root/external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.post
blob: 4cccd9a8b6babc8777024404a1b2dc18b766175a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# #-- remote-threaded.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 $FWD_PID
# unbound stopped by test (if successful)
kill $UNBOUND_PID >/dev/null 2>&1
kill $UNBOUND_PID >/dev/null 2>&1
exit 0