1
0
mirror of synced 2026-04-05 04:33:19 +00:00

Only run testTLSDisabling if distribution actually has 10-disable-tls

This commit is contained in:
Axel Beckert
2012-06-27 01:49:56 +02:00
parent 611d6c4eb4
commit d6e33edb5b

View File

@@ -34,7 +34,7 @@ foreach my $dir ( glob( "hooks/*" ) )
{
my $dist = $1;
testTLSDisabling( $dist ) unless ( $dist =~ /(dapper|edgy|ubuntu|debian)/i );
testTLSDisabling( $dist ) if -e "hooks/$dist/10-disable-tls";
}
}