This commit is contained in:
Dirk Wetter
2025-05-09 08:53:17 +02:00
parent 42f738572b
commit 18c4428cf4

View File

@ -82,7 +82,7 @@ if ( $os eq "linux" ){
is(@errors,0,"no errors"); is(@errors,0,"no errors");
$tests++; $tests++;
} elif ( $os eq "darwin" ){ } elsif ( $os eq "darwin" ){
printf "skipped two checks on MacOS\n\n"; printf "skipped two checks on MacOS\n\n";
} }