summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-09 20:53:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-09 20:53:41 +0000
commit8ddd8c978e44610965aa0e1ea52f8082fb0fe282 (patch)
treea950250b877cc774745e22efaf4da0c3c30bc1dd /t
parent455e9d254c4c3c87e0c76d33c3a80e479828270b (diff)
downloadurpmi-8ddd8c978e44610965aa0e1ea52f8082fb0fe282.tar
urpmi-8ddd8c978e44610965aa0e1ea52f8082fb0fe282.tar.gz
urpmi-8ddd8c978e44610965aa0e1ea52f8082fb0fe282.tar.bz2
urpmi-8ddd8c978e44610965aa0e1ea52f8082fb0fe282.tar.xz
urpmi-8ddd8c978e44610965aa0e1ea52f8082fb0fe282.zip
- urpmi
o move some code to new module urpm::main_loop to share it with rpmdrake
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 0f0d5143..cb744cc1 100644
--- a/t/01compile.t
+++ b/t/01compile.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 20;
+use Test::More tests => 21;
for my $module (glob("urpm/*.pm")) {
$module =~ s,/,::,g;