summaryrefslogtreecommitdiffstats
path: root/t/01compile.t
diff options
context:
space:
mode:
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 753c5ff6..0f0d5143 100644
--- a/t/01compile.t
+++ b/t/01compile.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 10;
+use Test::More tests => 20;
for my $module (glob("urpm/*.pm")) {
$module =~ s,/,::,g;