mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-03 18:48:28 +02:00
add unlink / start with a clean state
... good when running "prove -v" locally and previously the run was interrrupted by e.g. ^C
This commit is contained in:
@ -17,6 +17,7 @@ $tests = 0;
|
||||
|
||||
|
||||
printf "\n%s\n", "Doing severity level checks";
|
||||
unlink 'tmp.json';
|
||||
|
||||
#1
|
||||
pass(" .. running testssl.sh against badssl.com to create a JSON report with severity level equal greater than LOW (may take 2~3 minutes)"); $tests++;
|
||||
|
Reference in New Issue
Block a user