Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tests_accounting2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index 9ae07e32..6954b63f 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -421,7 +421,7 @@
# Test : ACCT-9670
# Description : Check cmd status
if [ -n "${CMDBINARY}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- Register --test-no ACCT-9670 --os Linux --weight L --network NO --category security --description "Check for cmd"
+ Register --test-no ACCT-9670 --os Linux --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check for cmd"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Check cmd status"
if IsRunning "cmd_daemon"; then