From 527c63512336bd6c0fe1be69c261d97b79edc585 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 1 Mar 2012 00:06:22 +0000 Subject: do not test urpm::dudf --- t/01compile.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/01compile.t') diff --git a/t/01compile.t b/t/01compile.t index d4c65cb1..e1b859c7 100644 --- a/t/01compile.t +++ b/t/01compile.t @@ -2,9 +2,9 @@ use strict; use warnings; -use Test::More tests => 27; +use Test::More tests => 26; -for my $module (glob("urpm/*.pm")) { +for my $module (grep { !/dudf/ } glob("urpm/*.pm")) { $module =~ s,/,::,g; $module =~ s,\.pm$,,; use_ok $module; -- cgit v1.2.1