mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
fix travis
This commit is contained in:
parent
2469603a7f
commit
9ff868b083
@ -14,7 +14,7 @@ my (
|
|||||||
);
|
);
|
||||||
# OK
|
# OK
|
||||||
pass("Running testssl.sh against ssl.sectionzero.org"); $tests++;
|
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');
|
$json = json('tmp.json');
|
||||||
unlink 'tmp.json';
|
unlink 'tmp.json';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user