Skip to content

Commit

Permalink
Restrict tests to those which use openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
drwetter committed Jan 22, 2025
1 parent 37d9876 commit ba58458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/12_diff_opensslversions.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Text::Diff;

my $tests = 0;
my $prg="./testssl.sh";
my $check2run="-q --ip=one --color 0 --csvfile";
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";
my $csvfile="tmp.csv";
my $csvfile2="tmp2.csv";
my $cat_csvfile="";
Expand Down

0 comments on commit ba58458

Please sign in to comment.