1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

runtests: revert commenting out a line I did for debugging

Follow-up to 11091cd4d. It was not meant to be pushed!
This commit is contained in:
Daniel Stenberg 2020-04-25 16:23:38 +02:00
parent 446fb0518b
commit 2a33417e1d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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++;
}
}