diff --git a/tests/perl-syntax.t b/tests/perl-syntax.t index 6ffdf74..c3dc6f1 100644 --- a/tests/perl-syntax.t +++ b/tests/perl-syntax.t @@ -4,7 +4,7 @@ # # Steve # -- -# $Id: perl-syntax.t,v 1.3 2006-07-12 14:44:33 steve Exp $ +# $Id: perl-syntax.t,v 1.4 2007-03-19 22:16:20 steve Exp $ use strict; @@ -37,6 +37,9 @@ sub checkFile # `modules.sh` is a false positive. return if ( $file =~ /modules.sh$/ ); + # `tests/hook-tls.t` is too. + return if ( $file =~ /hook-tls.t$/ ); + # See if it is a perl file. my $isPerl = 0;