2006-06-24 20:19:17 by steve
Test hooks are executable
This commit is contained in:
parent
07c024a350
commit
d43d01cb4a
@ -5,7 +5,7 @@
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
# $Id: plugin-checks.t,v 1.5 2006-06-24 20:18:27 steve Exp $
|
||||
# $Id: plugin-checks.t,v 1.6 2006-06-24 20:19:17 steve Exp $
|
||||
#
|
||||
|
||||
|
||||
@ -37,11 +37,14 @@ sub testPlugins
|
||||
|
||||
if ( -f $file )
|
||||
{
|
||||
ok( -x $file, "File is executable" );
|
||||
|
||||
#
|
||||
# Make sure the file is OK
|
||||
#
|
||||
my $result = testFile( $file );
|
||||
is( $result, 0, " File contains no mention of the config hash" );
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user