mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-09 08:44:01 +01:00
this may fix it
This commit is contained in:
@@ -89,10 +89,10 @@ if ( $os eq "linux" ){
|
|||||||
} else {
|
} else {
|
||||||
fail("0‑RTT test for $uri failed");
|
fail("0‑RTT test for $uri failed");
|
||||||
}
|
}
|
||||||
|
$tests++;
|
||||||
} elsif ( $os eq "darwin" ){
|
} elsif ( $os eq "darwin" ){
|
||||||
printf "%s\n", "Skipping test. The result of the check under MacOS is not understood" ;
|
printf "%s\n", "Skipping test. The result of the check under MacOS is not understood" ;
|
||||||
}
|
}
|
||||||
$tests++;
|
|
||||||
|
|
||||||
done_testing($tests);
|
done_testing($tests);
|
||||||
printf "\n\n";
|
printf "\n\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user