fix travis

This commit is contained in:
Dirk 2017-04-19 00:35:55 +02:00
parent 2469603a7f
commit 9ff868b083

View File

@ -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';