From 217895dfe6bd1e274172f369883bce952465da21 Mon Sep 17 00:00:00 2001 From: Charles Herlin Date: Thu, 21 Feb 2019 18:07:21 +0100 Subject: [PATCH] FIX(tests): change sed to audit in test skeleton after 81f9348 --- src/skel.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skel.test b/src/skel.test index 36f9ebd..56ed814 100644 --- a/src/skel.test +++ b/src/skel.test @@ -24,7 +24,7 @@ test_audit() { describe Correcting situation # if the audit script provides "apply" option, enable and run it - sed -i 's/disabled/enabled/' /opt/debian-cis/etc/conf.d/"${script}".cfg + sed -i 's/audit/enabled/' /opt/debian-cis/etc/conf.d/"${script}".cfg /opt/debian-cis/bin/hardening/"${script}".sh || true # otherwise perform action that will make system compliant again