diff --git a/tests/runtests.pl b/tests/runtests.pl index 051b23060..da3fac2e6 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2709,7 +2709,7 @@ sub cleardir { return 0; # can't open dir while($file = readdir(DIR)) { if(($file !~ /^\./)) { - #unlink("$dir/$file"); + unlink("$dir/$file"); $count++; } }