mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-04 02:58: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:
@ -19,6 +19,7 @@ my $check2run="--color 0 --htmlfile tmp.html";
|
||||
die "Unable to open $prg" unless -f $prg;
|
||||
|
||||
printf "\n%s\n", "Doing HTML output checks";
|
||||
unlink 'tmp.html';
|
||||
|
||||
#1
|
||||
printf "%s\n", " .. running $prg against $uri to create HTML and terminal outputs (may take 2~3 minutes)";
|
||||
|
Reference in New Issue
Block a user