From 7827b38a5d474b21e7f03b42ceee3d3edc70984f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Jan 2004 22:03:01 +0000 Subject: (Accept) default to accept in testing mode --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index e399b55c3..db40a2a0e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -79,7 +79,7 @@ so the messages will be displayed in english during installation") if $ENV{LANGU sub acceptLicense { my ($o) = @_; - my $r = 'Refuse'; + my $r = $::testing ? 'Accept' : 'Refuse'; ($::recovery ? $o->ask_yesorno('', N("Do you want to recover your system?"), 0) : -- cgit v1.2.1