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:
Diffstat (limited to 'include/tests_mail_messaging')
-rw-r--r--include/tests_mail_messaging2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index 39a2c377..61d9dc9e 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -222,7 +222,7 @@
#
# Test : MAIL-8920
# Description : Check OpenSMTPD process status
- if [ ! "${SMTPCTL_BINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
+ if [ ! "${SMTPCTLBINARY}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no MAIL-8920 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check OpenSMTPD status"
if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: check smtpd status"