From 84e32d59c4460b278018c302190351edcad4db09 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Jan 2004 16:24:08 +0000 Subject: proxy conf: do not touch files in --testing mode --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 986376528..4dd3b4743 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1026,7 +1026,7 @@ sub summary { clicked => sub { require network::network; network::network::miscellaneous_choose($o, $::o->{miscellaneous}); - network::network::proxy_configure($::o->{miscellaneous}) if $::testing; + network::network::proxy_configure($::o->{miscellaneous}) if !$::testing; }, }; -- cgit v1.2.1