From a61f31e7c5da34848858c20be55a860fe1fac923 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 13 Nov 2023 08:13:20 +0100 Subject: [PATCH] Now it should fail earlier --- tests/compose/filters/01_email_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/compose/filters/01_email_test.sh b/tests/compose/filters/01_email_test.sh index 34cad7ea..1e437732 100755 --- a/tests/compose/filters/01_email_test.sh +++ b/tests/compose/filters/01_email_test.sh @@ -1,9 +1,9 @@ python3 tests/email_test.py message-virus "tests/compose/filters/eicar.com.txt" -if [ $? -ne 99 ]; then +if [ $? -ne 25 ]; then exit 1 fi python3 tests/email_test.py message-PUA "tests/compose/filters/PotentiallyUnwanted.exe_" -if [ $? -ne 99 ]; then +if [ $? -ne 25 ]; then exit 1 fi