Change commenting in False Positives test

This commit is contained in:
Mitchell Krog 2019-07-02 15:41:55 +02:00
parent 3c44bd73a0
commit 4ddb18e906
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -172,7 +172,7 @@ do
echo "${bold}${red}FAILED (FALSE POSITIVE DETECTED) - ${bold}${red}${mustnotmatch}"
exit 1
else
echo "${bold}${green}PASSED (FALSE POSITIVE NOT DETECTED) - ${bold}${red}${mustnotmatch}"
echo "${bold}${green}PASSED (No False Positive) - ${bold}${red}${mustnotmatch}"
fi
done
}