From 49baddb5160b6f8f6ec7ef8d9f4183ef1ace8007 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 24 Jun 2006 20:17:09 +0000 Subject: [PATCH] 2006-06-24 20:17:09 by steve Added ubuntu + gentoo to the testing. --- tests/hook-inittab.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/hook-inittab.t b/tests/hook-inittab.t index 7caa749..2b06fa5 100644 --- a/tests/hook-inittab.t +++ b/tests/hook-inittab.t @@ -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