aboutsummaryrefslogtreecommitdiff
path: root/tests/httpsserver.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-01 17:05:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-01 17:05:24 +0000
commitb96f11f7ec3b6f9d29f5f4898a290fddf91b9df2 (patch)
tree63d0b47ffb79ef76866315c8b4e98ad36774b9af /tests/httpsserver.pl
parent7e07da977ce748aa54c26e47d9c5b713dc0bff8e (diff)
comment the "stunnel exited with [num]" stuff since this is now happen
in normal tests and is annoying
Diffstat (limited to 'tests/httpsserver.pl')
-rw-r--r--tests/httpsserver.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl
index e20819c69..62abb6f7c 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;