summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm2
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;