1
0
mirror of synced 2026-02-10 01:29:56 +00:00

2006-06-24 20:17:09 by steve

Added ubuntu + gentoo to the testing.
This commit is contained in:
steve
2006-06-24 20:17:09 +00:00
parent d76738ad7d
commit 49baddb516

View File

@@ -4,7 +4,7 @@
#
# Steve
# --
# $Id: hook-inittab.t,v 1.3 2006-06-13 13:26:00 steve Exp $
# $Id: hook-inittab.t,v 1.4 2006-06-24 20:17:09 steve Exp $
#
use strict;
@@ -24,8 +24,10 @@ ok( -e "/etc/inittab", "/etc/inittab exists." );
#
# Test the inittab hooks
#
testHook( "debian" );
testHook( "centos4" );
testHook( "debian" );
testHook( "gentoo" );
testHook( "ubuntu" );
sub testHook