diff options
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index b6e2ebd9b..8e072ec25 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -262,8 +262,6 @@ sub write_conf { my ($file, $append) = @_; my ($tr, $eth, $scsi) = (0, 0, 0); - $::testing and return 1; - $append or rename($file, "$file.orig"), log::l("backing up old conf.modules"); local *F; |