1*8f76bb7dSCy Schubert# #-- ip_ratelimit.post --#
2*8f76bb7dSCy Schubert# source the master var file when it's there
3*8f76bb7dSCy Schubert[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
4*8f76bb7dSCy Schubert# source the test var file when it's there
5*8f76bb7dSCy Schubert[ -f .tpkg.var.test ] && source .tpkg.var.test
6*8f76bb7dSCy Schubert#
7*8f76bb7dSCy Schubert# do your teardown here
8*8f76bb7dSCy Schubert. ../common.sh
9*8f76bb7dSCy Schubertkill_pid $UNBOUND_PID
10*8f76bb7dSCy Schubertif test -f unbound.log; then
11*8f76bb7dSCy Schubert	echo ">>> unbound log"
12*8f76bb7dSCy Schubert	cat unbound.log
13*8f76bb7dSCy Schubertfi
14