summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-16 22:03:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-16 22:03:01 +0000
commit7827b38a5d474b21e7f03b42ceee3d3edc70984f (patch)
treeea1f5cc6f5994f4aa88ff7c825a19477a03fd063 /perl-install/install_steps_interactive.pm
parent6f8bdd96c2db76d0a6e39510074a2a6df5c95f08 (diff)
downloaddrakx-backup-do-not-use-7827b38a5d474b21e7f03b42ceee3d3edc70984f.tar
drakx-backup-do-not-use-7827b38a5d474b21e7f03b42ceee3d3edc70984f.tar.gz
drakx-backup-do-not-use-7827b38a5d474b21e7f03b42ceee3d3edc70984f.tar.bz2
drakx-backup-do-not-use-7827b38a5d474b21e7f03b42ceee3d3edc70984f.tar.xz
drakx-backup-do-not-use-7827b38a5d474b21e7f03b42ceee3d3edc70984f.zip
(Accept) default to accept in testing mode
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
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) :