From b96f11f7ec3b6f9d29f5f4898a290fddf91b9df2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Tue, 1 Sep 2009 17:05:24 +0000 Subject: [PATCH] comment the "stunnel exited with [num]" stuff since this is now happen in normal tests and is annoying --- tests/httpsserver.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl index e20819c69b..62abb6f7c5 100644 --- a/tests/httpsserver.pl +++ b/tests/httpsserver.pl @@ -133,9 +133,9 @@ if($verbose) { my $rc = system($cmd); $rc >>= 8; -if($rc) { - print STDERR "stunnel exited with $rc!\n"; -} +#if($rc) { +# print STDERR "stunnel exited with $rc!\n"; +#} unlink $conffile; -- GitLab