mirror of
https://github.com/curl/curl.git
synced 2026-06-04 07:34:15 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue