]> sjero.net Git - wget/blobdiff - tests/WgetTest.pm.in
Updated config.guess, config.sub, install.sh.
[wget] / tests / WgetTest.pm.in
index 2e124e3c6d96a4c159d2b2414482136418d03376..5cd6769b8c0686d395c230ac9449fe341c7cca69 100644 (file)
@@ -153,7 +153,7 @@ sub _cleanup {
     my $self = shift;
 
     chdir ($self->{_workdir});
-    File::Path::rmtree ($self->{_name});
+    File::Path::rmtree ($self->{_name}) unless $ENV{WGET_TEST_NO_CLEANUP};
 }