From cf6f3a5084b9c5150228dc7560ed5e99d228d3e8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 15 Sep 2001 14:46:00 +0000 Subject: don't warn if modules are missing when testing --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 90f8dafd2..fa26935fd 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -111,7 +111,7 @@ sub selectMouse { sub setupSCSI { my ($clicked, $ent_number, $auto) = @_; - if (!$::live && !$::g_auto_install && !$o->{blank}) { + if (!$::live && !$::g_auto_install && !$o->{blank} && !$::testing) { -s modules::cz_file() or die _("Can't access kernel modules corresponding to your kernel (file %s is missing)", modules::cz_file()); } -- cgit v1.2.1