diff options
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; |