fixup! IMP(4.1.x): add tests for each checks

This commit is contained in:
Thibault Ayanides
2020-11-16 16:54:51 +01:00
parent 9bfb7efca1
commit d640a467e2
6 changed files with 3 additions and 6 deletions

View File

@ -39,7 +39,6 @@ apply () {
does_file_exist $FILE
if [ $FNRET != 0 ]; then
warn "$FILE does not exist, creating it"
mkdir -p /etc/audit
touch $FILE
else
ok "$FILE exists"

View File

@ -44,7 +44,6 @@ apply () {
does_file_exist $FILE
if [ $FNRET != 0 ]; then
warn "$FILE does not exist, creating it"
mkdir -p /etc/audit/auditd.conf
touch $FILE
else
ok "$FILE exists"

View File

@ -44,7 +44,6 @@ apply () {
does_file_exist $FILE
if [ $FNRET != 0 ]; then
warn "$FILE does not exist, creating it"
mkdir -p /etc/audit
touch $FILE
else
ok "$FILE exists"