diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-13 14:37:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-13 14:37:06 +0000 |
commit | 73b96c8bc063c5bd4abf6451f09591b81f4dfaa5 (patch) | |
tree | c3dba7bc36e771273b73ce247089ba749a000506 /perl-install | |
parent | 4196f3dbb0ce947a7a064b7e51ce86929798e807 (diff) | |
download | drakx-73b96c8bc063c5bd4abf6451f09591b81f4dfaa5.tar drakx-73b96c8bc063c5bd4abf6451f09591b81f4dfaa5.tar.gz drakx-73b96c8bc063c5bd4abf6451f09591b81f4dfaa5.tar.bz2 drakx-73b96c8bc063c5bd4abf6451f09591b81f4dfaa5.tar.xz drakx-73b96c8bc063c5bd4abf6451f09591b81f4dfaa5.zip |
no need for this
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 255f64b40..1d658eda3 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -88,7 +88,7 @@ sub new($) { sub vnew { my ($_type, $o_su, $o_icon) = @_; - my $su = $::testing ? 0 : $o_su eq "su"; + my $su = $o_su eq "su"; if ($ENV{INTERACTIVE_HTTP}) { require interactive::http; return interactive::http->new; |