1
0
mirror of synced 2026-05-05 15:53:45 +00:00

2006-06-24 20:18:27 by steve

Add gentoo + ubuntu to the tests.
This commit is contained in:
steve
2006-06-24 20:18:27 +00:00
parent 49baddb516
commit 07c024a350
3 changed files with 12 additions and 6 deletions

View File

@@ -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