Loading test/recipes/80-test_ssl_new.t +1 −1 Original line number Original line Diff line number Diff line Loading @@ -62,7 +62,7 @@ foreach my $conf (@conf_files) { subtest "Test configuration $conf" => sub { subtest "Test configuration $conf" => sub { test_conf($conf, test_conf($conf, $conf_dependent_tests{$conf} || $^O eq "VMS" ? 0 : 1, $conf_dependent_tests{$conf} || $^O eq "VMS" ? 0 : 1, $skip{$conf} || $no_tls); defined($skip{$conf}) ? $skip{$conf} : $no_tls); } } } } Loading Loading
test/recipes/80-test_ssl_new.t +1 −1 Original line number Original line Diff line number Diff line Loading @@ -62,7 +62,7 @@ foreach my $conf (@conf_files) { subtest "Test configuration $conf" => sub { subtest "Test configuration $conf" => sub { test_conf($conf, test_conf($conf, $conf_dependent_tests{$conf} || $^O eq "VMS" ? 0 : 1, $conf_dependent_tests{$conf} || $^O eq "VMS" ? 0 : 1, $skip{$conf} || $no_tls); defined($skip{$conf}) ? $skip{$conf} : $no_tls); } } } } Loading