summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-25 16:23:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-25 16:24:50 +0200
commit2a33417e1d0a301a191df5a50d00c99e43def1f2 (patch)
tree282a1d97366e245e3a98c8652f21b18c3dac2e38
parent446fb0518bd4525c679343dd88d75d13dd201be3 (diff)
downloadcurl-2a33417e1d0a301a191df5a50d00c99e43def1f2.tar.gz
runtests: revert commenting out a line I did for debugging
Follow-up to 11091cd4d. It was not meant to be pushed!
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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++;
}
}