Skip to content

Commit ba58458

Browse files
committed
Restrict tests to those which use openssl
1 parent 37d9876 commit ba58458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/12_diff_opensslversions.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Text::Diff;
1111

1212
my $tests = 0;
1313
my $prg="./testssl.sh";
14-
my $check2run="-q --ip=one --color 0 --csvfile";
14+
my $check2run="--protocols --std --server-preference --fs --header --renegotiation --crime --breach --poodle --tls-fallback --sweet32 --beast --lucky13 --freak --logjam --drown --rc4 --phone-out --client-simulation -q --ip=one --color 0 --csvfile";
1515
my $csvfile="tmp.csv";
1616
my $csvfile2="tmp2.csv";
1717
my $cat_csvfile="";

0 commit comments

Comments
 (0)