1
0
mirror of synced 2026-04-15 23:51:03 +00:00

t/portable-shell.t: Don't check hooks under .git

This commit is contained in:
Axel Beckert
2010-07-16 17:33:04 +02:00
parent e6ebdac66f
commit a4a39191e2

View File

@@ -42,6 +42,7 @@ sub checkFile
# We're only testing things beneath hooks
return if ( $file !~ /hooks/ );
return if ( $file =~ /\.git/ );
# See if it is a shell script.
my $isShell = 0;