summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 5b71cadd..faa846b3 100755
--- a/urpmi
+++ b/urpmi
@@ -626,6 +626,8 @@ if (%sources_install || %sources) {
}
}
}
+} elsif ($test) {
+ message(_("Installation is possible"));
} else {
$verbose >= 0 and message(_("Everything already installed"), $auto);
}