Renum logrotate config 8.4 to 4.3

renamed:    8.4_configure_logrotate.sh -> 4.3_configure_logrotate.sh
	renamed:    ../../tests/hardening/8.4_configure_logrotate.sh -> ../../tests/hardening/4.3_configure_logrotate.sh
This commit is contained in:
Charles Herlin
2019-10-18 17:32:41 +02:00
committed by Thibault Ayanides
parent 80b97940fa
commit d6dae89966
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,10 @@
# run-shellcheck
test_audit() {
describe Running on blank host
register_test retvalshouldbe 0
dismiss_count_for_test
# shellcheck disable=2154
run blank /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests
}