# #-- ssl_req_timeout.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 kill_pid $UNBOUND_PID cat fwd.log cat unbound.log index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/tests/lib/csu/dso
AgeCommit message (Expand)Author
2010-12-07Kill file that should be pulled in from a different directory.joerg
2010-11-30Test alignment of constructor / destructor calls as well as the stackjoerg
2010-08-04Simplify.joerg
2010-08-04TESTSBASE is provided by bsd.own.mk now.joerg
2010-07-28Replace csu test case with a C++ based version. This makes the variousjoerg