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 2b81d0c3..d4c65cb1 100644
--- a/t/01compile.t
+++ b/t/01compile.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 26;
+use Test::More tests => 27;
for my $module (glob("urpm/*.pm")) {
$module =~ s,/,::,g;