Merge pull request #1309 from drwetter/unittest_json

remove -p from json unit test
This commit is contained in:
Dirk Wetter 2019-08-19 20:52:31 +02:00 committed by GitHub
commit 7b4eff3e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use JSON;
my $tests = 0;
my $prg="./testssl.sh";
my $check2run ="--ip=one -q -p --color 0";
my $check2run ="--ip=one -q --color 0";
my $uri="";
my $json="";
my $out="";