From: Daniel Stenberg Date: Sat, 25 Apr 2020 14:23:38 +0000 (+0200) Subject: runtests: revert commenting out a line I did for debugging X-Git-Tag: curl-7_70_0~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a33417e1d0a301a191df5a50d00c99e43def1f2;p=thirdparty%2Fcurl.git runtests: revert commenting out a line I did for debugging Follow-up to 11091cd4d. It was not meant to be pushed! --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 051b23060c..da3fac2e6e 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++; } }