Test loading a zone with blank lines over https

This commit is contained in:
Philip Homburg
2022-06-14 17:05:03 +02:00
parent b8e111e379
commit 78b4b12713
8 changed files with 189 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# #-- blanks_https.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
PRE="../.."
. ../common.sh
kill_pid $UNBOUND_PID
kill_pid $PETAL_PID