From: Daniel Stenberg Date: Tue, 1 Sep 2009 17:05:24 +0000 (+0000) Subject: comment the "stunnel exited with [num]" stuff since this is now happen X-Git-Tag: curl-7_19_7~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b96f11f7ec3b6f9d29f5f4898a290fddf91b9df2;p=thirdparty%2Fcurl.git comment the "stunnel exited with [num]" stuff since this is now happen in normal tests and is annoying --- 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;