From fc53c4b6e0ff41608fb7cba69a4f44ed0d09d46e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 8 Jul 2008 09:18:18 +0000 Subject: make it more explicit we are actually testing removal, not really removing --- urpme | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'urpme') 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, -- cgit v1.2.1