summaryrefslogtreecommitdiffstats
path: root/t/01compile.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-01 12:29:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-01 12:29:41 +0000
commit3cca234ca5c20d3917a8e9a7323528af7c00827f (patch)
tree36aa4d91c5df3471a35ac3571ed01f3595b6d373 /t/01compile.t
parent1990ebb82a9b1d26df548d88c05b43ae2418b19f (diff)
downloadurpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar
urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar.gz
urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar.bz2
urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.tar.xz
urpmi-3cca234ca5c20d3917a8e9a7323528af7c00827f.zip
urpm/cdrom.pm has been added
Diffstat (limited to 't/01compile.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 58ef0907..03410fca 100644
--- a/t/01compile.t
+++ b/t/01compile.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 24;
+use Test::More tests => 25;
for my $module (glob("urpm/*.pm")) {
$module =~ s,/,::,g;