diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-01 17:05:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-01 17:05:24 +0000 |
commit | b96f11f7ec3b6f9d29f5f4898a290fddf91b9df2 (patch) | |
tree | 63d0b47ffb79ef76866315c8b4e98ad36774b9af /tests | |
parent | 7e07da977ce748aa54c26e47d9c5b713dc0bff8e (diff) |
comment the "stunnel exited with [num]" stuff since this is now happen
in normal tests and is annoying
Diffstat (limited to 'tests')
-rw-r--r-- | tests/httpsserver.pl | 6 |
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; |