From 95d2ae0deee7b262efe121efafd33a63f451c1a0 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 15 Apr 2021 08:34:56 +0200 Subject: [PATCH] Update tests_accounting Added condition --- include/tests_accounting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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