diff --git a/t/31_isJSON_valid.t b/t/31_isJSON_valid.t index dfb8037..d126bea 100755 --- a/t/31_isJSON_valid.t +++ b/t/31_isJSON_valid.t @@ -82,7 +82,7 @@ if ( $os eq "linux" ){ is(@errors,0,"no errors"); $tests++; -} elif ( $os eq "darwin" ){ +} elsif ( $os eq "darwin" ){ printf "skipped two checks on MacOS\n\n"; }