]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: revert commenting out a line I did for debugging
authorDaniel Stenberg <daniel@haxx.se>
Sat, 25 Apr 2020 14:23:38 +0000 (16:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 25 Apr 2020 14:24:50 +0000 (16:24 +0200)
Follow-up to 11091cd4d. It was not meant to be pushed!

tests/runtests.pl

index 051b23060c42f27542bca69c39a89fa5b6e5abc9..da3fac2e6e611938a05cdb375dfd737373ae7283 100755 (executable)
@@ -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++;
         }
     }