From ec9276c17d27dbbb3db7074a7e3300526df791bf Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Wed, 29 Jun 2016 00:38:51 +0200 Subject: [PATCH] Serach and replace failure, fixed now --- t/01_badssl.com.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/01_badssl.com.t b/t/01_badssl.com.t index fa673c2..0c9cb3c 100755 --- a/t/01_badssl.com.t +++ b/t/01_badssl.com.t @@ -16,7 +16,7 @@ my ( pass("Running testssl.sh against badssl.com to craete a baseline (may take 2~3 minutes)"); $tests++; my $okout = `./testssl.sh -S -e -U --jsonfile tmp.json --color 0 badssl.com`; my $okjson = json('tmp.json'); -cmp_pass(@$okjson,'>',10,"We have more then 10 findings"); $tests++; +cmp_ok(@$okjson,'>',10,"We have more then 10 findings"); $tests++; # Expiration pass("Running testssl against expired.badssl.com"); $tests++;