mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-05 19:42:54 +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:
@ -22,6 +22,7 @@ die "Unable to open $prg" unless -f $prg;
|
||||
my $uri="cloudflare.com";
|
||||
|
||||
printf "\n%s\n", "Unit testing JSON output ...";
|
||||
unlink 'tmp.json';
|
||||
|
||||
#1
|
||||
printf "%s\n", ".. plain JSON --> $uri ";
|
||||
|
Reference in New Issue
Block a user