summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-22 02:58:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-22 02:58:15 +0000
commit516339890ce0e7782c5e5405775efd6ced860f3e (patch)
tree353d32751c5a8b4f431fafcf42e9033fc9a8724d /perl-install/install2.pm
parent5c9c7b2a898a7f6c034938ab073b10431bde2322 (diff)
downloaddrakx-backup-do-not-use-516339890ce0e7782c5e5405775efd6ced860f3e.tar
drakx-backup-do-not-use-516339890ce0e7782c5e5405775efd6ced860f3e.tar.gz
drakx-backup-do-not-use-516339890ce0e7782c5e5405775efd6ced860f3e.tar.bz2
drakx-backup-do-not-use-516339890ce0e7782c5e5405775efd6ced860f3e.tar.xz
drakx-backup-do-not-use-516339890ce0e7782c5e5405775efd6ced860f3e.zip
rename --test in --testing for install2 (more coherent with standalone tools)
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 392a25df9..5f56eb838 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -392,7 +392,7 @@ sub main {
askdisplay => sub { print "Please enter the X11 display to perform the install on ? "; $o->{display} = chomp_(scalar(<STDIN>)) },
security => sub { $o->{security} = $v },
noauto => sub { $::noauto = 1 },
- test => sub { $::testing = 1 },
+ testing => sub { $::testing = 1 },
patch => sub { $patch = 1 },
defcfg => sub { $cfg = $v },
recovery => sub { $::recovery = 1 },