Skip to content
Snippets Groups Projects
Commit b96f11f7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

comment the "stunnel exited with [num]" stuff since this is now happen

in normal tests and is annoying
parent 7e07da97
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment