test: new test, verifies .conf option secure_mode

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2022-05-22 22:01:42 +02:00
parent 075815eeb8
commit 477bb40c44
2 changed files with 72 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
EXTRA_DIST = lib.sh opts.sh
EXTRA_DIST += api.sh local.sh unicode.sh remote.sh fwd.sh mark.sh \
facility.sh notify.sh rotate_all.sh
facility.sh notify.sh rotate_all.sh secure.sh
CLEANFILES = *~ *.trs *.log
TEST_EXTENSIONS = .sh
TESTS_ENVIRONMENT= unshare -mrun
@@ -21,5 +21,6 @@ TESTS += fwd.sh
TESTS += mark.sh
TESTS += notify.sh
TESTS += rotate_all.sh
TESTS += secure.sh
programs: $(check_PROGRAMS)