From 8ed4b4218c0a4104a48e3a7577adc143a0f41b28 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 29 Nov 2025 18:43:00 +0100 Subject: [PATCH] this may fix it --- t/10_baseline_ipv4_http.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/10_baseline_ipv4_http.t b/t/10_baseline_ipv4_http.t index dee8f56..ec10bcd 100755 --- a/t/10_baseline_ipv4_http.t +++ b/t/10_baseline_ipv4_http.t @@ -89,10 +89,10 @@ if ( $os eq "linux" ){ } else { fail("0‑RTT test for $uri failed"); } + $tests++; } elsif ( $os eq "darwin" ){ printf "%s\n", "Skipping test. The result of the check under MacOS is not understood" ; } -$tests++; done_testing($tests); printf "\n\n";