mirror of
https://github.com/moparisthebest/curl
synced 2024-11-17 15:05:02 -05: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:
parent
446fb0518b
commit
2a33417e1d
@ -2709,7 +2709,7 @@ sub cleardir {
|
|||||||
return 0; # can't open dir
|
return 0; # can't open dir
|
||||||
while($file = readdir(DIR)) {
|
while($file = readdir(DIR)) {
|
||||||
if(($file !~ /^\./)) {
|
if(($file !~ /^\./)) {
|
||||||
#unlink("$dir/$file");
|
unlink("$dir/$file");
|
||||||
$count++;
|
$count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user