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:
authorMichael Boelen <michael.boelen@cisofy.com>2021-04-15 09:34:56 +0300
committerGitHub <noreply@github.com>2021-04-15 09:34:56 +0300
commit95d2ae0deee7b262efe121efafd33a63f451c1a0 (patch)
treef09da9105c92c93ed6c90fe0e260667e00d2132b /include/tests_accounting
parent7b632bdbfae3d4cb4656066c2ec06e0873c19e26 (diff)
Update tests_accounting
Added condition
Diffstat (limited to 'include/tests_accounting')
-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