1*0cd9f4ecSchristos# #-- pymod_thread.post --# 2*0cd9f4ecSchristos# source the master var file when it's there 3*0cd9f4ecSchristos[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master 4*0cd9f4ecSchristos# source the test var file when it's there 5*0cd9f4ecSchristos[ -f .tpkg.var.test ] && source .tpkg.var.test 6*0cd9f4ecSchristos# 7*0cd9f4ecSchristos# do your teardown here 8*0cd9f4ecSchristos 9*0cd9f4ecSchristosPRE="../.." 10*0cd9f4ecSchristos. ../common.sh 11*0cd9f4ecSchristos 12*0cd9f4ecSchristoskill_pid $FWD_PID 13*0cd9f4ecSchristoskill_pid $UNBOUND_PID 14*0cd9f4ecSchristosexit 0 15