mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-07-15 03:27:38 +02:00
Properly premature exit for MacOS
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user