diff options
-rwxr-xr-x | perl-install/standalone/drakconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 5a42e5a9c..620158652 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -219,7 +219,7 @@ sub del_intf() { name => N("Select the network interface to remove:"), data => [ { label => N("Net Device"), val => \$intf, list => [ detect_devices::getNet() ], allow_empty_list => 1 } ], post => sub { - eval { + !$::testing and eval { modules::mergein_conf('/etc/modules.conf'); modules::remove_alias($intf); modules::write_conf(); |