CHORE(tests): Cleanup test files

This commit is contained in:
Charles Herlin 2019-02-18 18:10:22 +01:00
parent 982301d395
commit 6cbe8f572f
2 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,7 @@ test_audit() {
run compliant /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests
# Cleanup
rm /etc/profile.d/CIS_99.1_timeout.sh
}

View File

@ -17,4 +17,7 @@ test_audit() {
run compliant /opt/debian-cis/bin/hardening/"${script}".sh --audit-all
# TODO fill comprehensive tests
# Cleanup
rm /etc/udev/rules.d/10-CIS_99.2_usb_devices.sh
}