summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-14 20:56:12 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-14 20:56:12 +0000
commite58230418c6031fba4003db36923ae04ca955ee9 (patch)
tree7c7d70297b6bb86462290afe5cc2128bf2f3fab6 /t
parenta7a01dced4859d77d9b507c41d7638f3ea873193 (diff)
downloadurpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar
urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.gz
urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.bz2
urpmi-e58230418c6031fba4003db36923ae04ca955ee9.tar.xz
urpmi-e58230418c6031fba4003db36923ae04ca955ee9.zip
kill unused DUDF support (mga#4493)
Diffstat (limited to 't')
-rw-r--r--t/01compile.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01compile.t b/t/01compile.t
index e1b859c7..2b81d0c3 100644
--- a/t/01compile.t
+++ b/t/01compile.t
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Test::More tests => 26;
-for my $module (grep { !/dudf/ } glob("urpm/*.pm")) {
+for my $module (glob("urpm/*.pm")) {
$module =~ s,/,::,g;
$module =~ s,\.pm$,,;
use_ok $module;