aboutsummaryrefslogtreecommitdiff
path: root/testdata/proxy_protocol.tdir/proxy_protocol.post
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/proxy_protocol.tdir/proxy_protocol.post')
-rw-r--r--testdata/proxy_protocol.tdir/proxy_protocol.post12
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/proxy_protocol.tdir/proxy_protocol.post b/testdata/proxy_protocol.tdir/proxy_protocol.post
new file mode 100644
index 000000000000..cbf56bbd924c
--- /dev/null
+++ b/testdata/proxy_protocol.tdir/proxy_protocol.post
@@ -0,0 +1,12 @@
+# #-- proxy_protocol.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 unbound.log
+exit 0