Properly premature exit for MacOS

This commit is contained in:
Dirk Wetter
2026-07-11 19:03:05 +02:00
parent ed07c763e1
commit f6a59dc083
+1 -3
View File
@@ -10,9 +10,7 @@ my $prg="testssl.sh";
my $os="$^O";
if ( $os eq "darwin" ){
printf "%s\n", "Skipping checks on MacOS";
printf "\n";
done_testing($tests);
plan skip_all => 'No checks on MacOS';
}
#1