1
0
mirror of synced 2026-04-12 22:56:46 +00:00

Ignore hooks/common in t/hook-tls.t

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

View File

@@ -27,7 +27,7 @@ else
#
foreach my $dir ( glob( "hooks/*" ) )
{
next if ( $dir =~ /CVS/i );
next if ( $dir =~ /CVS|common/i );
next if ( ! -d $dir );
if ( $dir =~ /hooks\/(.*)/ )