From 9f0bbf52ea761374b6ae70b3126c71d4c572b096 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 26 Jun 2020 09:44:39 +0200 Subject: [PATCH] [FIRE-4534] set initial state --- include/tests_firewalls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tests_firewalls b/include/tests_firewalls index 20f87e1e..d3ff1e3d 100644 --- a/include/tests_firewalls +++ b/include/tests_firewalls @@ -407,6 +407,8 @@ Register --test-no FIRE-4534 --weight L --os "macOS" --network NO --category security --description "Check for presence of outbound firewalls on macOS" if [ ${SKIPTEST} -eq 0 ]; then + FOUND=0 + # Little Snitch Daemon (macOS) LogText "Test: checking process Little Snitch Daemon" if IsRunning --full "Little Snitch Daemon"; then