From 73b96c8bc063c5bd4abf6451f09591b81f4dfaa5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 13 Feb 2004 14:37:06 +0000 Subject: no need for this --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') 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; -- cgit v1.2.1