this may fix it

This commit is contained in:
Dirk Wetter
2025-11-29 18:43:00 +01:00
parent d92769d15c
commit 8ed4b4218c

View File

@@ -89,10 +89,10 @@ if ( $os eq "linux" ){
} else {
fail("0RTT 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";