$OpenBSD: patch-t,v 1.3 2020/07/21 14:25:09 bket Exp $

Index: t
--- t.orig
+++ t
@@ -38,8 +38,6 @@ my $RB_OPEN_PID_FILE =          1;
 my $RB_RESOLVE_ADDRESS =        1;
 my $RB_CL_PARAMS =              1;
 
-`lcov --directory . --zerocounters`;
-
 sub verbose_exec
 {
     my ($cmd) = @_;
@@ -440,10 +438,7 @@ if ($RB_CL_PARAMS) {
     my_is($code, 6, "Bad command line parameters");
 }
 
-`lcov --directory . --capture --output-file sslh_cov.info`;
-`genhtml sslh_cov.info`;
-
-`killall echosrv`;
+`pkill -q echosrv`;
 
 
 format test_results_top =
