diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 3190bf4ba..9e600104a 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -947,6 +947,7 @@ sub check_prog { sub remove_bigseldom_used { log::l("remove_bigseldom_used"); + $::testing and return; unlink glob_("/usr/share/gtk/themes/$_*") foreach qw(DarkMarble marble3d); if (ref($::o) =~ /gtk/) { unlink glob_("/lib/lib$_*") foreach qw(slang newt); |