1
0
mirror of synced 2026-01-30 21:16:31 +00:00

2006-10-24 09:22:01 by steve

Don't test the /lib/tls fix in ubuntu, since that was removed.
This commit is contained in:
steve
2006-10-24 09:22:01 +00:00
parent f4e2ad9bd5
commit 89457c2bb9

View File

@@ -4,7 +4,7 @@
#
# Steve
# --
# $Id: hook-tls.t,v 1.4 2006-06-25 20:02:33 steve Exp $
# $Id: hook-tls.t,v 1.5 2006-10-24 09:22:01 steve Exp $
#
use strict;
@@ -27,7 +27,8 @@ foreach my $dir ( glob( "hooks/*" ) )
if ( $dir =~ /hooks\/(.*)/ )
{
my $dist = $1;
testTLSDisabling( $dist );
testTLSDisabling( $dist ) unless ( $dist =~ /ubuntu/i );
}
}