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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;