diff --git a/t/hook-tls.t b/t/hook-tls.t index 573c8a5..ee2eb05 100755 --- a/t/hook-tls.t +++ b/t/hook-tls.t @@ -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\/(.*)/ )