1
0
mirror of synced 2026-04-17 00:00:12 +00:00

2006-11-15 14:33:43 by steve

Don't test the TLS stuff on Debian since the results are undefined
 unless we mandate the use of a given distribution.  (sid/etch/sarge/64/32/etc)
This commit is contained in:
steve
2006-11-15 14:33:43 +00:00
parent 203adbb5cc
commit 0aeea8306b

View File

@@ -4,7 +4,7 @@
#
# Steve
# --
# $Id: hook-tls.t,v 1.5 2006-10-24 09:22:01 steve Exp $
# $Id: hook-tls.t,v 1.6 2006-11-15 14:33:43 steve Exp $
#
use strict;
@@ -28,7 +28,7 @@ foreach my $dir ( glob( "hooks/*" ) )
{
my $dist = $1;
testTLSDisabling( $dist ) unless ( $dist =~ /ubuntu/i );
testTLSDisabling( $dist ) unless ( $dist =~ /(ubuntu|debian)/i );
}
}