aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-08-09 13:04:32 +0200
committerDhruv <dhruv.goel92@gmail.com>2014-08-09 13:04:32 +0200
commit9d8398d41bc7117366bbd9911f90fabbd624729d (patch)
tree914da9d4820fe057bfcc3ca95037b0dcf270a6e0 /phpBB/phpbb/cache
parentd497104671834c4f9e37453379a072a3ef602954 (diff)
parent1351a1fe8060efa102f2c4cbd1f7ebe5a0fe7c02 (diff)
downloadforums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar.gz
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar.bz2
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.tar.xz
forums-9d8398d41bc7117366bbd9911f90fabbd624729d.zip
Merge branch 'develop-ascraeus' into develop
# By Andreas Fischer # Via Andreas Fischer (1) and Dhruv Goel (1) * develop-ascraeus: [ticket/12940] Remove unused use statements.
Diffstat (limited to 'phpBB/phpbb/cache')
0 files changed, 0 insertions, 0 deletions
al is possible" if no pb (#40584) (though i wonder what kind of issues could arise when testing transaction?)
Diffstat (limited to 'urpme')
-rw-r--r--urpme4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpme b/urpme
index 78f26546..4cdc7333 100644
--- a/urpme
+++ b/urpme
@@ -176,7 +176,9 @@ my @errors = $parallel
if (@errors) {
#- Warning : the following message is parsed in urpm::parallel_*
$urpm->{fatal}(2, N("Removal failed") . ":\n" . join("\n", map { "\t$_" } @errors));
-} elsif ($may_be_orphans && !$options{auto_orphans} && !$test) {
+} elsif ($test) {
+ print N("Removal is possible"), "\n";
+} elsif ($may_be_orphans && !$options{auto_orphans}) {
if (my $msg = urpm::orphans::get_now_orphans_msg($urpm)) {
print "\n", $msg;
}