summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-06-15 17:26:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-06-15 17:26:57 +0200
commit99ae23c23c37f16d7fcffc6cacb70833f1b7ce06 (patch)
treedfbf2c0114d0ebed3eb18673fcae021e8742d8b8
parent687965f2062ea614c80e041adaac6492da029e29 (diff)
downloadcurl-99ae23c23c37f16d7fcffc6cacb70833f1b7ce06.tar.gz
runtests.pl: remove debug leftover from bb9a340c73f3
-rwxr-xr-xtests/runtests.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 92fb447a2..7e066fd4d 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -4353,7 +4353,6 @@ sub singletest {
for $strip (@strippart) {
chomp $strip;
for(@out) {
- print STDERR ":::: $strip\n";
eval $strip;
}
}