1
0
mirror of synced 2026-04-25 03:54:31 +00:00

2006-11-19 19:41:34 by steve

Fixups for test cases.
This commit is contained in:
steve
2006-11-19 19:41:36 +00:00
parent 2383f88d74
commit 0d42b3e9e0
10 changed files with 30 additions and 27 deletions

View File

@@ -4,7 +4,7 @@
#
# Steve
# --
# $Id: hook-inittab.t,v 1.6 2006-08-17 12:32:19 steve Exp $
# $Id: hook-inittab.t,v 1.7 2006-11-19 19:41:36 steve Exp $
#
use strict;
@@ -33,6 +33,9 @@ foreach my $dir ( glob( "hooks/*" ) )
if ( $dir =~ /hooks\/(.*)/ )
{
my $dist = $1;
next if ( $dist =~ /ubuntu/i );
testHook( $dist );
}
}