summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
Diffstat (limited to 'urpme')
-rw-r--r--urpme4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpme b/urpme
index a0121935..78f26546 100644
--- a/urpme
+++ b/urpme
@@ -160,7 +160,9 @@ if ($urpm->{options}{auto}) {
}
#- Warning : the following message is parsed in urpm::parallel_*
-print N("removing %s", join(' ', sort @toremove)) . "\n";
+print $test ?
+ N("testing removal of %s", join(' ', sort @toremove)) :
+ N("removing %s", join(' ', sort @toremove)), "\n";
my %remove_options = (
test => $test,