From 2a33417e1d0a301a191df5a50d00c99e43def1f2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 25 Apr 2020 16:23:38 +0200 Subject: runtests: revert commenting out a line I did for debugging Follow-up to 11091cd4d. It was not meant to be pushed! --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; } } -- cgit v1.2.1