From 516339890ce0e7782c5e5405775efd6ced860f3e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Jun 2004 02:58:15 +0000 Subject: rename --test in --testing for install2 (more coherent with standalone tools) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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()) }, 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 }, -- cgit v1.2.1