Only run testTLSDisabling if distribution actually has 10-disable-tls
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user