diff --git a/tests/hook-tls.t b/tests/hook-tls.t index 14ba3ff..3ab5206 100644 --- a/tests/hook-tls.t +++ b/tests/hook-tls.t @@ -4,7 +4,7 @@ # # Steve # -- -# $Id: hook-tls.t,v 1.2 2006-06-09 15:12:33 steve Exp $ +# $Id: hook-tls.t,v 1.3 2006-06-24 20:18:27 steve Exp $ # use strict; @@ -12,8 +12,10 @@ use Test::More qw( no_plan ); use File::Temp; -testTLSDisabling( "debian" ); testTLSDisabling( "centos4" ); +testTLSDisabling( "debian" ); +testTLSDisabling( "gentoo" ); +testTLSDisabling( "ubuntu" ); # diff --git a/tests/hooks.t b/tests/hooks.t index 08eefab..c0a4f6c 100644 --- a/tests/hooks.t +++ b/tests/hooks.t @@ -4,15 +4,17 @@ # # Steve # -- -# $Id: hooks.t,v 1.5 2006-06-13 13:26:00 steve Exp $ +# $Id: hooks.t,v 1.6 2006-06-24 20:18:27 steve Exp $ # use strict; use Test::More qw( no_plan ); -testDistroHooks( "debian" ); testDistroHooks( "centos4" ); +testDistroHooks( "debian" ); +testDistroHooks( "gentoo" ); +testDistroHooks( "ubuntu" ); sub testDistroHooks diff --git a/tests/plugin-checks.t b/tests/plugin-checks.t index 2d10563..53e0385 100644 --- a/tests/plugin-checks.t +++ b/tests/plugin-checks.t @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: plugin-checks.t,v 1.4 2006-06-13 13:26:00 steve Exp $ +# $Id: plugin-checks.t,v 1.5 2006-06-24 20:18:27 steve Exp $ # @@ -13,8 +13,10 @@ use strict; use Test::More qw( no_plan ); -testPlugins( "debian" ); testPlugins( "centos4" ); +testPlugins( "debian" ); +testPlugins( "gentoo" ); +testPlugins( "ubuntu" ); sub testPlugins