From d2cbe82f7b877a06bb2f53106c651619b76dccb8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Sep 2005 12:24:34 +0000 Subject: do not install packages in testing mode --- drakwizard.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drakwizard.pl') diff --git a/drakwizard.pl b/drakwizard.pl index 23b43ce0..890a9489 100755 --- a/drakwizard.pl +++ b/drakwizard.pl @@ -106,7 +106,7 @@ sub wizard { if ($> && !$o->{allow_user} && !$::testing) { require_root_capability(); } - check_rpm_local($o->{needed_rpm}) if $o->{needed_rpm}; + check_rpm_local($o->{needed_rpm}) if $o->{needed_rpm} && !$::testing; if (defined $o->{init}) { my ($res, $msg) = &{$o->{init}}; if (!$res) { -- cgit v1.2.1