From 9ff868b083acb5382f4a13debbb3a210745f7bde Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 19 Apr 2017 00:35:55 +0200 Subject: [PATCH] fix travis --- t/11_hpkp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/11_hpkp.t b/t/11_hpkp.t index dc5464b..d37722f 100755 --- a/t/11_hpkp.t +++ b/t/11_hpkp.t @@ -14,7 +14,7 @@ my ( ); # OK pass("Running testssl.sh against ssl.sectionzero.org"); $tests++; -$out = `./testssl.sh -H --jsonfile tmp.json --color 0 ssl.sectionzero.org`; +$out = `./testssl.sh --headers --jsonfile tmp.json --color 0 ssl.sectionzero.org`; $json = json('tmp.json'); unlink 'tmp.json';