Test suite: minimal required to get mingw 'make test' work under Linux.
(part by Alessandro Ghedini) Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -46,7 +46,7 @@ my $disabled_set = 0;
|
||||
sub check_disabled {
|
||||
#print STDERR "Running check_disabled\n";
|
||||
foreach (run(app(["openssl", "list", "-disabled"]), capture => 1)) {
|
||||
chomp;
|
||||
s/\R//; # chomp;
|
||||
next if /:/; # skip header
|
||||
$disabled{lc $_} = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user